Exception: MundoPepino::WithoutResources

Inherits:
ResourceNotFound show all
Defined in:
lib/mundo_pepino/base.rb

Instance Method Summary collapse

Methods inherited from ResourceNotFound

#message

Constructor Details

#initializeWithoutResources

Returns a new instance of WithoutResources.



13
14
15
# File 'lib/mundo_pepino/base.rb', line 13

def initialize
  super 'there is no resources'
end