6 lines
70 B
PHP
6 lines
70 B
PHP
<?php
|
|
namespace Ratchet\Wamp;
|
|
|
|
class Exception extends \Exception {
|
|
}
|