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