CircularDependencyException constructor
CircularDependencyException(
- String message, {
- dynamic details,
Implementation
CircularDependencyException(super.message, {super.details})
: super(
statusCode: 500,
title: 'Circular Dependency Error',
type: 'circular_dependency_error',
);