AuthException({String? type, String? message}) : super(type: type, code: 'AuthException', message: message);