HttpErrors.resourceNotFound constructor

const HttpErrors.resourceNotFound({
  1. String? exception,
})

Implementation

const factory HttpErrors.resourceNotFound({String? exception}) =
    _ResourceNotFound;