Exception: Fcsh::CompileError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/fcsh.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ CompileError

Returns a new instance of CompileError.



149
150
151
# File 'lib/fcsh.rb', line 149

def initialize(message)
  super(message)
end