AuthException constructor
AuthException({
- dynamic message = 'Not Fount 404',
- int code = HttpStatus.forbidden,
- RespondType responseType = RespondType.json,
Implementation
AuthException({
super.message = 'Not Fount 404',
super.code = HttpStatus.forbidden,
super.responseType = RespondType.json,
});