lib/authority/authorizer.rb in
authority-0.2.0
vs lib/authority/authorizer.rb in
authority-0.3.0
- old
+ new
@@ -22,6 +22,8 @@
end RUBY end end
+
+ class NoAuthorizerError < StandardError ; end ;
end