Exception: Dart2JsExceptions::Dart2JsException

Inherits:
Exception
  • Object
show all
Defined in:
lib/dart2js_exceptions.rb

Instance Method Summary collapse

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