Exception.php 81 B

123456789
  1. <?php
  2. namespace Swoole\Client;
  3. class Exception extends \Swoole\Exception
  4. {
  5. }