ServiceNotFoundException constructor
ServiceNotFoundException(
- String message, {
- dynamic details,
Implementation
ServiceNotFoundException(super.message, {super.details})
: super(
statusCode: 500,
title: 'Service Not Found',
type: 'service_not_found',
);