lib/shamu/security/error.rb in shamu-0.0.8 vs lib/shamu/security/error.rb in shamu-0.0.9

- old
+ new

@@ -59,7 +59,13 @@ def initialize( message = :no_actiev_record_policy_checks ) super end end + # Principal does not support impersonation. + class NoPolicyImpersonationError < Error + def initialize( message = :no_policy_impersonation ) + super + end + end end end \ No newline at end of file