Exception: ShellOpts::CompilerError
- Defined in:
- lib/shellopts.rb
Overview
Raised when an error is detected in the usage string
Instance Method Summary collapse
-
#initialize(start, message) ⇒ CompilerError
constructor
A new instance of CompilerError.
Constructor Details
#initialize(start, message) ⇒ CompilerError
Returns a new instance of CompilerError.
209 210 211 212 |
# File 'lib/shellopts.rb', line 209 def initialize(start, ) super() set_backtrace(caller(start)) end |