RouterError constructor

RouterError(
  1. RouterErrorType errorType,
  2. Error? error
)

Implementation

RouterError(this.errorType, this.error);