DBXE/classes/Modules/GoogleApi/Exception/GoogleAccountGatewayExcepti...

10 lines
182 B
PHP

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