branch | v0.6.x |
changeset 449 | 6826acb9b0a7 |
parent 366 | d6573da35b5f |
child 568 | 14abdd04ddf5 |
448:45c917e6a386 | 449:6826acb9b0a7 |
---|---|
67 |
67 |
68 |
68 |
69 class RelocatedError(VMMError): |
69 class RelocatedError(VMMError): |
70 """Exception class for Relocated exceptions""" |
70 """Exception class for Relocated exceptions""" |
71 pass |
71 pass |
72 |
|
73 |
|
74 class TransportError(VMMError): |
|
75 """Exception class for Transport exceptions""" |
|
76 pass |