district09/php_package_dg-api-client

View on GitHub
src/Client/Exception/Transport.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

declare(strict_types=1);

namespace DigipolisGent\API\Client\Exception;

/**
 * Exception related to transport.
 */
class Transport extends Exception
{
}