Class: JustimmoClient::Errors::MappingNotFound
- Inherits:
-
JustimmoError
- Object
- JustimmoClient::Errors::MappingNotFound
- Defined in:
- lib/justimmo_client/errors.rb
Overview
A mapping could not be found in the mappings hash.
Instance Method Summary collapse
-
#initialize(map) ⇒ MappingNotFound
constructor
A new instance of MappingNotFound.
Constructor Details
#initialize(map) ⇒ MappingNotFound
Returns a new instance of MappingNotFound.
27 28 29 |
# File 'lib/justimmo_client/errors.rb', line 27 def initialize(map) super("Could not find #{map} mapping.") end |