aswi2021jmsd-gitlab4/src/exceptions/unknown_exception.py @ 03484d49
1 |
class UnknownException(Exception): |
---|---|
2 |
def __init__(self, message): |
3 |
self.message = message |
4 |
|
5 |
def __str__(self): |
6 |
return self.message |
- « Předchozí
- 1
- …
- 3
- 4
- 5
- Další »