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