| Class | PermissionFailure |
| In: |
lib/access.rb
|
| Parent: | SecurityError |
An extended SecurityError for permission failures.
Has three extra attributes:
privilege --- the privilege that was not granted
target --- the object on which it was not granted
target_class --- the class of the object. (We may drop this;
it's always currently redundant).
| privilege | [RW] | |
| target | [RW] | |
| target_class | [RW] |