Files

11 lines
99 B
PHP
Raw Permalink Normal View History

2017-02-16 16:29:55 +01:00
<?php
namespace NoccyLabs\UPnP\HTTPU;
use Exception;
class UPnPException extends Exception
{
}