Exception: Haxe::Cli::Proxy::Error::CommandNotExistsError

Inherits:
HaxeCliProxyError
  • Object
show all
Defined in:
lib/haxe/cli/proxy/error.rb

Instance Method Summary collapse

Constructor Details

#initializeCommandNotExistsError

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