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

8 lines
99 B
PHP

<?php
namespace PhpAmqpLib\Exception;
class AMQPIOWaitException extends AMQPRuntimeException
{
}