mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 16:48:47 +00:00
11 lines
184 B
PHP
11 lines
184 B
PHP
<?php
|
|
|
|
namespace PhpAmqpLib\Exception;
|
|
|
|
/**
|
|
* Used mostly in non-blocking methods when no data is ready for processing.
|
|
*/
|
|
class AMQPNoDataException extends AMQPRuntimeException
|
|
{
|
|
}
|