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

10 lines
175 B
PHP

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