mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-16 00:24:45 +02:00
8 lines
137 B
PHP
8 lines
137 B
PHP
<?php
|
|
namespace PhpAmqpLib\Exception;
|
|
|
|
class AMQPOutOfRangeException extends \OutOfRangeException implements AMQPExceptionInterface
|
|
{
|
|
|
|
}
|