unreachableException.d.ts 93 B

1234
  1. export default class UnreachableException {
  2. error: Error;
  3. constructor(value: any);
  4. }