11 lines
190 B
Python
11 lines
190 B
Python
class PhasmPlatformError(Exception):
|
|
pass
|
|
|
|
|
|
class PhashPlatformRuntimeError(PhasmPlatformError):
|
|
pass
|
|
|
|
|
|
class PhashPlatformNonIntMainReturnError(PhashPlatformRuntimeError):
|
|
pass
|