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

8 lines
101 B
PHP

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