Exception: Kwartz::CommandOptionError

Inherits:
KwartzError
  • Object
show all
Defined in:
lib/kwartz/main.rb

Overview

command option error class

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ CommandOptionError

Returns a new instance of CommandOptionError.



31
32
33
# File 'lib/kwartz/main.rb', line 31

def initialize(message)
  super(message)
end