mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 16:48:47 +00:00
8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
|
|
namespace PhpAmqpLib\Exception;
|
|
|
|
class AMQPIOException extends \Exception implements AMQPExceptionInterface
|
|
{
|
|
}
|