Files
2026-07-08 23:01:55 +04:00

6 lines
97 B
Python

from aio_pika.exceptions import AMQPException
class RabbitMQException(AMQPException):
pass