py.lib.aw_config

Yohn Y. 2024-05-14 Parent:bece3a8a67a5

8:7026698c5937 Go to Latest

py.lib.aw_config/src/aw_config/error.py

Added tag 0.202405.12 for changeset 26be458b26bb

History
1 # coding: utf-8
3 class Error(Exception):
4 @staticmethod
5 def fmt_error(err: Exception):
6 return '%s(%s)' % (type(err).__name__, err)