MethodNotAllowed constructor
const
MethodNotAllowed(
- dynamic error
Implementation
const MethodNotAllowed(
dynamic error,
) : super('Method Not Allowed', '405', error);
const MethodNotAllowed(
dynamic error,
) : super('Method Not Allowed', '405', error);