Exception: Keoken::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


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

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