4 lines
140 B
Python
4 lines
140 B
Python
|
|
class NotReadyToRun(Exception):
|
|
"raise this exception if the stream state is not ready to parse this object, the call will be skipped"
|