<?php

namespace Xentral\Modules\GoogleApi\Exception;

use RuntimeException;

class GoogleApiResponseException extends RuntimeException implements GoogleApiExceptionInterface
{
}