Exception: Keoken::Error::NameNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Missing name') ⇒ NameNotFound

Returns a new instance of NameNotFound.



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

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