Exception: Fcsh::CompileError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Fcsh::CompileError
- Defined in:
- lib/fcsh.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ CompileError
constructor
A new instance of CompileError.
Constructor Details
#initialize(message) ⇒ CompileError
Returns a new instance of CompileError.
149 150 151 |
# File 'lib/fcsh.rb', line 149 def initialize() super() end |