php-upnp/src/HTTPU/EndpointException.php

9 lines
92 B
PHP
Raw Normal View History

2017-02-16 15:29:55 +00:00
<?php
namespace NoccyLabs\UPnP\HTTPU;
class EndpointException extends HTTPUException
{
}