<?php

namespace Xentral\Modules\GoogleApi\Exception;

use RuntimeException;

class GoogleCredentialsException extends RuntimeException implements GoogleApiExceptionInterface
{
}