Skeleton ready
This commit is contained in:
7
kernel/rabbitmq/exception/connection_not_established.py
Normal file
7
kernel/rabbitmq/exception/connection_not_established.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from aio_pika.exceptions import AMQPConnectionError
|
||||
|
||||
from kernel.rabbitmq.exception.rabbitmq_exception import RabbitMQException
|
||||
|
||||
|
||||
class ConnectionNotEstablished(RabbitMQException, AMQPConnectionError):
|
||||
pass
|
||||
Reference in New Issue
Block a user