2021-04-28 20:10:26 +02:00

9 lines
128 B
PHP

<?php
namespace PhpAmqpLib\Exception;
class AMQPLogicException extends \LogicException implements AMQPExceptionInterface
{
}