AstExceptionHandler constructor

AstExceptionHandler(
  1. String _contents,
  2. String _sourceUrl,
  3. String _directiveName
)

Implementation

AstExceptionHandler(
  this._contents,
  this._sourceUrl,
  this._directiveName,
);