Skip to content
Snippets Groups Projects
Commit eb7b6ca0 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

exceptions

parent 3c5b0bd7
No related branches found
No related tags found
No related merge requests found
# coding=UTF-8
from __future__ import absolute_import, division, print_function
from coolamqp.framing.definitions import HARD_ERRORS
from coolamqp.framing.definitions import HARD_ERRORS, RESOURCE_LOCKED
__all__ ['HARD_ERRORS', 'RESOURCE_LOCKED', 'CoolAMQPError', 'ConnectionDead', 'AMQPError']
class CoolAMQPError(Exception):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment