<?php namespace common\logic\Amqp; use PhpAmqpLib\Exception\AMQPProtocolChannelException as BaseException; /** * Class Exception * @package common\logic\message * @author libingke */ class Exception extends BaseException { }