Skip to content

Commit f20cdb7

Browse files
committed
cleanliness
1 parent 9b6a9ee commit f20cdb7

File tree

6 files changed

+94
-117
lines changed

6 files changed

+94
-117
lines changed

Dockerfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

docker-compose.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

mrsal/__init__.py

Whitespace-only changes.

mrsal/config/exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
This is script for custom exceptions
33
"""
44

5+
class MissingTLSCerts(Exception):
6+
"""Fail to find tls certs"""
57

68
class RabbitMQConnectionError(Exception):
79
"""Fail to connect to RabbitMQ"""

0 commit comments

Comments
 (0)