menu
ngcompiler package
documentation
v1/src/compiler/parse_util.dart
AstExceptionHandler
handle method
handle method
dark_mode
light_mode
handle
method
@
override
void
handle
(
AngularParserException?
e
)
inherited
Implementation
@override void handle(AngularParserException? e) { if (e != null) { exceptions.add(e); } }
ngcompiler package
documentation
v1/src/compiler/parse_util
AstExceptionHandler
handle method
AstExceptionHandler class