| 18 | export class ImproperOperationError extends PlcError { |
| 19 | constructor( |
| 20 | public reason: string, |
| 21 | public op: unknown, |
| 22 | ) { |
| 23 | super(`Improperly formatted operation, ${reason}: ${op}`) |
nothing calls this directly
no outgoing calls
no test coverage detected