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 f456931 commit 49e8614Copy full SHA for 49e8614
1 file changed
lib/dialects/mssql/async-queue.ts
@@ -1,4 +1,5 @@
1
-import { BaseError, ConnectionError } from '../../errors';
+import BaseError from '../../errors/base-error';
2
+import ConnectionError from '../../errors/connection-error';
3
4
/**
5
* Thrown when a connection to a database is closed while an operation is in progress
0 commit comments