ConfigException constructor
ConfigException(
- String message, {
- dynamic details,
Implementation
ConfigException(super.message, {super.details})
: super(
statusCode: 500,
title: 'Configuration Error',
type: 'config_error',
);