MiddlewareNotFoundException constructor
MiddlewareNotFoundException(
- String message, {
- dynamic details,
Implementation
MiddlewareNotFoundException(
super.message, {
super.details,
}) : super(
statusCode: 500,
title: 'Middleware Not Found',
type: 'middleware_not_found',
);