lib/usher/exceptions.rb in usher-0.6.2 vs lib/usher/exceptions.rb in usher-0.6.3
- old
+ new
@@ -1,5 +1,6 @@
class Usher
class UnrecognizedException < RuntimeError; end
class ValidationException < RuntimeError; end
class MissingParameterException < RuntimeError; end
+ class MultipleParameterException < RuntimeError; end
end
\ No newline at end of file