Initial commit

This commit is contained in:
2017-02-16 16:29:55 +01:00
commit c3531ce5fa
21 changed files with 1383 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace NoccyLabs\UPnP\HTTPU;
use NoccyLabs\UPnP\UPnPException;
class HTTPUException extends UPnPException
{
}