bin.shen
2016-12-05 a4c9331bbfe3e8765ccdc1c54cc6931bac49cc82
1
2
3
4
5
6
7
<?php
namespace PhpAmqpLib\Exception;
 
class AMQPLogicException extends \LogicException implements AMQPExceptionInterface
{
 
}