Exception: Keoken::OutputNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Keoken::OutputNotFound
- Defined in:
- lib/keoken/errors/output_not_found.rb
Instance Method Summary collapse
-
#initialize(msg = 'Missing output') ⇒ OutputNotFound
constructor
A new instance of OutputNotFound.
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 |