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