lib/simple_auth/exceptions.rb in simple_auth-1.5.0 vs lib/simple_auth/exceptions.rb in simple_auth-2.0.0

- old
+ new

@@ -1,5 +1,4 @@ module SimpleAuth class RecordNotFound < StandardError; end class NotAuthorized < StandardError; end - class AbstractMethodError < StandardError; end end