lib/active_mocker/mock/exceptions.rb in active_mocker-1.6.4 vs lib/active_mocker/mock/exceptions.rb in active_mocker-1.7.beta1

- old
+ new

@@ -23,10 +23,10 @@ super("unknown attribute: #{attribute}") end end - class Unimplemented < Exception + class NotImplementedError < Exception end class IdNotNumber < Exception end