Exception: YamledAcl::NotExistingGroup

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

Instance Method Summary collapse

Constructor Details

#initializeNotExistingGroup

Returns a new instance of NotExistingGroup.



22
23
24
# File 'lib/yamled_acl/exceptions.rb', line 22

def initialize
  super("Not existing group!")
end