Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danylo-safonov-solid committed Sep 21, 2023
1 parent 6f2df24 commit 79feefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/errors/connection_error.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import 'dart:js_interop';

import 'package:deno_postgres_interop/src/errors/js_error.dart';

/// [js/Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error).
/// [deno-postgres@v0.17.0/ConnectionError](https://deno.land/x/postgres@v0.17.0/client/error.ts?s=ConnectionError).
@JS('Error')
class ConnectionError extends JSError {}

0 comments on commit 79feefb

Please sign in to comment.