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

8 lines
77 B
PHP

<?php
namespace PhpAmqpLib\Exception;
interface AMQPExceptionInterface
{
}