6 lines
97 B
Python
6 lines
97 B
Python
from aio_pika.exceptions import AMQPException
|
|
|
|
|
|
class RabbitMQException(AMQPException):
|
|
pass
|