Bastien Sevajol 7 年 前
コミット
0130572520
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4 0
      hapic/ext/bottle/context.py

+ 4 - 0
hapic/ext/bottle/context.py ファイルの表示

151
         )
151
         )
152
 
152
 
153
     def _install_exceptions_handler(self) -> None:
153
     def _install_exceptions_handler(self) -> None:
154
+        """
155
+        Setup the bottle app to enable exception catching with internal
156
+        hapic exception catcher.
157
+        """
154
         self.app.install(self.handle_exceptions_decorator_builder)
158
         self.app.install(self.handle_exceptions_decorator_builder)
155
 
159
 
156
     def _get_handled_exception_class_and_http_codes(
160
     def _get_handled_exception_class_and_http_codes(