summaryrefslogtreecommitdiffstats
path: root/vendor/textalk/websocket/lib/TimeoutException.php
blob: d20e622f5d6133d1106d4de46d9e26b04a718f96 (plain)
1
2
3
4
5
6
7
<?php

namespace WebSocket;

class TimeoutException extends ConnectionException
{
}