<?php

namespace Xentral\Modules\GoogleApi\Exception;

use RuntimeException;

class GoogleApiRequestException extends RuntimeException implements GoogleApiExceptionInterface
{
}