mxmbsocket/lib/Ratchet/Application/WAMP/Exception.php
Chris Boden c56ba3b2f1 Init WAMP
Starting work on the WebSocket Application Messaging Protocol (WAMP).
JSON messages, supports pub/sub and RPC via HTTP endpoints for website integration
2011-12-18 15:32:11 -05:00

5 lines
81 B
PHP

<?php
namespace Ratchet\Application\WAMP;
class Exception extends \Exception {
}