mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
Add lib/PhpAmqpLib
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace PhpAmqpLib\Exception;
|
||||
|
||||
/**
|
||||
* @deprecated use AMQPProtocolConnectionException instead
|
||||
*/
|
||||
class AMQPConnectionException extends AMQPException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user