(public timeLapsed: number)
| 25 | } |
| 26 | |
| 27 | export class MisorderedOperationError extends PlcError { |
| 28 | constructor() { |
| 29 | super('Operations not correctly ordered') |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | export class LateRecoveryError extends PlcError { |
| 34 | constructor(public timeLapsed: number) { |
nothing calls this directly
no outgoing calls
no test coverage detected