NotFoundException constructor
const
NotFoundException([
- String? m
Implementation
const NotFoundException([String? m])
: super(m ?? 'Resource not found.', statusCode: 404);
const NotFoundException([String? m])
: super(m ?? 'Resource not found.', statusCode: 404);