We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb622bc commit 4748f48Copy full SHA for 4748f48
lib/Client.ts
@@ -1,8 +1,7 @@
1
import { Configuration } from "./Configuration";
2
-import { Recipient } from "./Recipient";
3
import * as crypto from "crypto";
4
import * as request from "request";
5
-import { Errors } from './exceptions';
+import { Errors } from './errors';
6
import ValidationError = Errors.ValidationError;
7
8
/**
lib/exceptions/index.ts lib/errors/index.tslib/exceptions/index.ts renamed to lib/errors/index.ts
0 commit comments