| 113 | name: 'AbiEncodingArrayLengthMismatchError' |
| 114 | } |
| 115 | export class AbiEncodingArrayLengthMismatchError extends BaseError { |
| 116 | constructor({ |
| 117 | expectedLength, |
| 118 | givenLength, |
nothing calls this directly
no outgoing calls
no test coverage detected