Sha256: b320f8716654adddba9c7c6ebd1af545e5c73ff43721bbb11a02a7b71cf6768c
Contents?: true
Size: 562 Bytes
Versions: 2
Compression:
Stored size: 562 Bytes
Contents
class MLS::Exception < Exception end class MLS::Exception::UnexpectedResponse < MLS::Exception end class MLS::Exception::BadRequest < MLS::Exception end class MLS::Exception::Unauthorized < MLS::Exception end class MLS::Exception::NotFound < MLS::Exception end class MLS::Exception::Gone < MLS::Exception end class MLS::Exception::MovedPermanently < MLS::Exception end class MLS::Exception::ApiVersionUnsupported < MLS::Exception end class MLS::Exception::RecordInvalid < MLS::Exception end class MLS::Exception::ServiceUnavailable < MLS::Exception end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mls-0.14.0 | lib/mls/errors.rb |
mls-0.13.0 | lib/mls/errors.rb |