ErrorHandler constructor

ErrorHandler(
  1. List<ErrorListener> _errorListeners
)

Creates an ErrorHandler.

Implementation

ErrorHandler(this._errorListeners);