Skip to content

Commit

Permalink
fix(rpc): export the exception and make it public
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 8, 2022
1 parent d55f47e commit 20f84d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rpc/lib/clightning_rpc.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library clightning.dart;

export 'src/clightning_rpc.dart';
export 'src/utils/exception/ln_client_error.dart';

0 comments on commit 20f84d2

Please sign in to comment.