DBXE/classes/Modules/GoogleApi/Exception/UserConsentException.php

10 lines
173 B
PHP

<?php
namespace Xentral\Modules\GoogleApi\Exception;
use RuntimeException;
class UserConsentException extends RuntimeException implements GoogleApiExceptionInterface
{
}