point-tools/old/src/PointToolsBundle/Exception/Api/InvalidResponseException.php

10 lines
164 B
PHP

<?php
namespace src\PointToolsBundle\Exception\Api;
use src\PointToolsBundle\Exception\Api\ApiException;
class InvalidResponseException extends ApiException
{
}