DBXE/classes/Modules/GoogleApi/Exception/GoogleAccountNotFoundExcept...

10 lines
183 B
PHP

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