Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit bfc1cda

Browse files
committed
clear error
1 parent 7c887e4 commit bfc1cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Net/Xero.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ has 'error' => (
4848
is => 'rw',
4949
isa => 'Str',
5050
predicate => 'has_error',
51+
clearer => 'clear_error',
5152
);
5253
has 'key' => (is => 'rw', isa => 'Str');
5354
has 'secret' => (is => 'rw', isa => 'Str');

0 commit comments

Comments
 (0)