AppException.notFound constructor

AppException.notFound(
  1. [String message = 'Not Found']
)

Implementation

AppException.notFound([this.message = 'Not Found'])
    : code = HttpStatus.notFound;