Exception: Keoken::Error::OutputNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Missing output') ⇒ OutputNotFound

Returns a new instance of OutputNotFound.



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

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