class Keoken::Error::OutputNotFound

Public Class Methods

new(msg = 'Missing output') click to toggle source
Calls superclass method
# File lib/keoken/errors/output_not_found.rb, line 4
def initialize(msg = 'Missing output')
  super
end