Exception: Haxe::Cli::Proxy::Error::CommandNotExistsError
- Inherits:
-
HaxeCliProxyError
- Object
- StandardError
- HaxeCliProxyError
- Haxe::Cli::Proxy::Error::CommandNotExistsError
- Defined in:
- lib/haxe/cli/proxy/error.rb
Instance Method Summary collapse
-
#initialize ⇒ CommandNotExistsError
constructor
A new instance of CommandNotExistsError.
Constructor Details
#initialize ⇒ CommandNotExistsError
Returns a new instance of CommandNotExistsError.
9 10 11 |
# File 'lib/haxe/cli/proxy/error.rb', line 9 def initialize super 'Command `haxe` was not found. please install haxe.' end |