OpenXE/classes/Modules/GoogleApi/Exception/UserConsentException.php
2021-05-21 08:49:41 +02:00

10 lines
173 B
PHP

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