Exception: YamledAcl::UninitializedResource

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

Instance Method Summary collapse

Constructor Details

#initializeUninitializedResource

Returns a new instance of UninitializedResource.



10
11
12
# File 'lib/yamled_acl/exceptions.rb', line 10

def initialize
  super("Resource name hasn't been given!")
end