<?php

namespace Xentral\Modules\GoogleApi\Exception;

use RuntimeException;

class UserConsentException extends RuntimeException implements GoogleApiExceptionInterface
{
}