lib/saasable/errors.rb in saasable-4.0.2 vs lib/saasable/errors.rb in saasable-5.0.0

- old
+ new

@@ -1,7 +1,7 @@ module Saasable::Errors - class MultipleSaasDocuments < StandardError; end - class NoSaasDocuments < StandardError; end - + class MultipleSaasDocuments < StandardError; end + class NoSaasDocuments < StandardError; end + class MultipleSaasFound < StandardError; end class SaasNotFound < StandardError; end -end \ No newline at end of file +end