Exception: Keoken::Error::IdNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/keoken/errors/id_not_found.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Missing id') ⇒ IdNotFound

Returns a new instance of IdNotFound


4
5
6
# File 'lib/keoken/errors/id_not_found.rb', line 4

def initialize(msg = 'Missing id')
  super
end