Exception: Dart2JsExceptions::Dart2JsException
- Inherits:
-
Exception
- Object
- Exception
- Dart2JsExceptions::Dart2JsException
- Defined in:
- lib/dart2js_exceptions.rb
Direct Known Subclasses
CompilationException, PrepareInputException, PrepareOutputException
Instance Method Summary collapse
-
#initialize(compiler) ⇒ Dart2JsException
constructor
A new instance of Dart2JsException.
Constructor Details
#initialize(compiler) ⇒ Dart2JsException
Returns a new instance of Dart2JsException.
3 4 5 |
# File 'lib/dart2js_exceptions.rb', line 3 def initialize(compiler) @instance = compiler end |