Sha256: c2a8043b1afbe4d1daced6becba3caa57871f304c1a3b5da5480d9c9a62b96b9
Contents?: true
Size: 238 Bytes
Versions: 2
Compression:
Stored size: 238 Bytes
Contents
module Deputy53 class NameError < ::NameError; end class AmbiguousNameError < NameError; end class NotFoundError < NameError; end class ZoneNotFoundError < NotFoundError; end class IdentityNotFoundError < NotFoundError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
deputy53-0.13.5 | lib/deputy53/exceptions.rb |
deputy53-0.13.0 | lib/deputy53/exceptions.rb |