lib/rosemary/errors.rb in rosemary-0.2.8 vs lib/rosemary/errors.rb in rosemary-0.3.0

- old
+ new

@@ -10,12 +10,9 @@ end # This error occurs when Rosemary is instantiated without a client class CredentialsMissing < StandardError; end - # This error occurs when Rosemary has no changeset. - class ChangesetMissing < StandardError; end - # An object was not found in the database. class NotFound < Error; end # The API returned HTTP 400 (Bad Request). class BadRequest < Error; end # 400 \ No newline at end of file