Exception: Kwartz::CommandOptionError
- Inherits:
-
KwartzError
- Object
- StandardError
- KwartzError
- Kwartz::CommandOptionError
- Defined in:
- lib/kwartz/main.rb
Overview
command option error class
Instance Method Summary collapse
-
#initialize(message) ⇒ CommandOptionError
constructor
A new instance of CommandOptionError.
Constructor Details
#initialize(message) ⇒ CommandOptionError
Returns a new instance of CommandOptionError.
32 33 34 |
# File 'lib/kwartz/main.rb', line 32 def initialize() super() end |