district09/php_package_dg-api-client

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
 
declare(strict_types=1);
 
namespace DigipolisGent\API\Client\Exception;
 
/**
* Exception related to a server.
*/
class Server extends Exception
{
}