Code coverage report for src/util/ArgumentOutOfRangeError.ts

Statements: 100% (5 / 5)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (4 / 4)      Ignored: none     

All files » src/util/ » ArgumentOutOfRangeError.ts
1 2 3 42 6 6 1
export class ArgumentOutOfRangeError implements Error {
  name = 'ArgumentOutOfRangeError';
  message = 'argument out of range';
}