Exception: YamledAcl::UninitializedGroup
- Defined in:
- lib/yamled_acl/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ UninitializedGroup
constructor
A new instance of UninitializedGroup.
Constructor Details
#initialize ⇒ UninitializedGroup
Returns a new instance of UninitializedGroup.
16 17 18 |
# File 'lib/yamled_acl/exceptions.rb', line 16 def initialize super("User group hasn't been initialized!") end |