Exception: Haxe::Cli::Proxy::Error::NotExistsCompileRequiredKeys

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

Instance Method Summary collapse

Constructor Details

#initializeNotExistsCompileRequiredKeys

Returns a new instance of NotExistsCompileRequiredKeys.



15
16
17
# File 'lib/haxe/cli/proxy/error.rb', line 15

def initialize
  super 'Compile option required "main", "target" and "output".'
end