ApiNotFoundException constructor

const ApiNotFoundException(
  1. String? message,
  2. int? statusCode,
  3. String? reason,
  4. {List<Error>? errors}
)

Implementation

const ApiNotFoundException(super.message, super.statusCode, super.reason,
    {super.errors});