Exception: MundoPepino::WithoutResources
- Inherits:
-
ResourceNotFound
- Object
- RuntimeError
- ResourceNotFound
- MundoPepino::WithoutResources
- Defined in:
- lib/mundo_pepino/base.rb
Instance Method Summary collapse
-
#initialize ⇒ WithoutResources
constructor
A new instance of WithoutResources.
Methods inherited from ResourceNotFound
Constructor Details
#initialize ⇒ WithoutResources
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 |