Exception: YamledAcl::UninitializedGroup

Inherits:
Error
  • Object
show all
Defined in:
lib/yamled_acl/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeUninitializedGroup

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