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