mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
@@ -10,3 +10,9 @@ export function invalidProvider(name?: string): Error {
|
||||
return new Error('Invalid provider');
|
||||
}
|
||||
}
|
||||
|
||||
export class UserCancelledConnectionError extends Error {
|
||||
constructor(message?: string) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user