Exception: MundoPepino::NotMapped
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- MundoPepino::NotMapped
- Defined in:
- lib/mundo_pepino/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(type, string) ⇒ NotMapped
constructor
A new instance of NotMapped.
- #message ⇒ Object
Constructor Details
#initialize(type, string) ⇒ NotMapped
Returns a new instance of NotMapped.
31 32 33 34 |
# File 'lib/mundo_pepino/base.rb', line 31 def initialize(type, string) @type = type @string = string end |
Instance Method Details
#message ⇒ Object
35 36 37 |
# File 'lib/mundo_pepino/base.rb', line 35 def "#{@type} not mapped '#{@string}'" end |