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

10 lines
156 B
PHP

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