WokerTask/vendor/textalk/websocket/lib/BadUriException.php

8 lines
73 B
PHP

<?php
namespace WebSocket;
class BadUriException extends Exception
{
}