Улучшен поиск, правки кода.
This commit is contained in:
6
aore/miscutils/exceptions.py
Normal file
6
aore/miscutils/exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
class FiasException(Exception):
|
||||
def __str__(self):
|
||||
return repr(self.args[0])
|
||||
Reference in New Issue
Block a user