NotFoundError.new
Creates a not found error.
Implementation
const NotFoundError([String resource = 'Resource'])
: super('$resource not found', 404);
Creates a not found error.
const NotFoundError([String resource = 'Resource'])
: super('$resource not found', 404);