fromDioError method

  1. @protected
  2. @alwaysThrows
ApiExceptionBase fromDioError(
  1. DioError error
)

Implementation

@protected
@alwaysThrows
ApiExceptionBase fromDioError(DioError error) =>
    throw "fromDioError is not callable on an ApiExceptionLeaf";