InternalServerError constructor
const
InternalServerError(
- dynamic error
Implementation
const InternalServerError(
dynamic error,
) : super('Internal Server Error', '500', error);
const InternalServerError(
dynamic error,
) : super('Internal Server Error', '500', error);