const Forbidden({ String? message, ErrorType errorType = ErrorType.forbidden, }) : super(errorType, message: message);