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