mirror of
https://github.com/TeamNewPipe/CrashReportImporter
synced 2025-10-06 08:32:39 +02:00
11 lines
139 B
Python
11 lines
139 B
Python
![]() |
class ParserError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class StorageError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class NoPlaintextMessageFoundError(Exception):
|
||
|
pass
|