DBXE/classes/Modules/GoogleApi/Exception/GoogleAccountAlreadyExistsE...

10 lines
188 B
PHP

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