php-upnp/src/HTTPU/EndpointException.php

9 lines
92 B
PHP

<?php
namespace NoccyLabs\UPnP\HTTPU;
class EndpointException extends HTTPUException
{
}