Exception: Haxe::Cli::Proxy::Error::NotExistsCompileRequiredKeys
- Inherits:
-
HaxeCliProxyError
- Object
- StandardError
- HaxeCliProxyError
- Haxe::Cli::Proxy::Error::NotExistsCompileRequiredKeys
- Defined in:
- lib/haxe/cli/proxy/error.rb
Instance Method Summary collapse
-
#initialize ⇒ NotExistsCompileRequiredKeys
constructor
A new instance of NotExistsCompileRequiredKeys.
Constructor Details
#initialize ⇒ NotExistsCompileRequiredKeys
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 |