Skip to content

Commit

Permalink
Modified: expose message; Wayde
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzhongmou committed Sep 3, 2019
1 parent 4e3bec7 commit 69ae2c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,11 @@
Changelog
=========

0.0.5
-----

- Expose exceptions message

0.0.4
-----

Expand Down
2 changes: 1 addition & 1 deletion ddd_api_gateway/__version__.py
@@ -1 +1 @@
__version__ = '0.0.4'
__version__ = '0.0.5'
2 changes: 1 addition & 1 deletion ddd_api_gateway/exception/api_gateway_base_exception.py
Expand Up @@ -6,4 +6,4 @@ class ApiGWBaseException(Exception):

def __init__(self, msg):
super().__init__()
print(msg)
self.message = msg

0 comments on commit 69ae2c9

Please sign in to comment.