Exception: Guise::DefinitionNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Guise::DefinitionNotFound
- Defined in:
- lib/guise/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ DefinitionNotFound
constructor
A new instance of DefinitionNotFound.
- #message ⇒ Object
Constructor Details
#initialize(name) ⇒ DefinitionNotFound
Returns a new instance of DefinitionNotFound.
3 4 5 |
# File 'lib/guise/errors.rb', line 3 def initialize(name) @name = name end |
Instance Method Details
#message ⇒ Object
7 8 9 |
# File 'lib/guise/errors.rb', line 7 def "no guises defined for #{@name.inspect}" end |