Exception: Keoken::IdNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Keoken::IdNotFound
- Defined in:
- lib/keoken/errors/id_not_found.rb
Instance Method Summary collapse
-
#initialize(msg = 'Missing id') ⇒ IdNotFound
constructor
A new instance of IdNotFound.
Constructor Details
#initialize(msg = 'Missing id') ⇒ IdNotFound
Returns a new instance of IdNotFound
3 4 5 |
# File 'lib/keoken/errors/id_not_found.rb', line 3 def initialize(msg = 'Missing id') super end |