Report an SPM error message
(self, msg)
| 1170 | raise NotImplementedError() |
| 1171 | |
| 1172 | def error(self, msg): |
| 1173 | """ |
| 1174 | Report an SPM error message |
| 1175 | """ |
| 1176 | raise NotImplementedError() |
| 1177 | |
| 1178 | def confirm(self, action): |
| 1179 | """ |
no outgoing calls
no test coverage detected