Skip to content

Commit

Permalink
make the exception object available from Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 22, 2011
1 parent 7a19259 commit 49ce722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Failure.pm
@@ -1,7 +1,7 @@
$PROCESS::FATAL = False;

my class Failure {
has $!exception;
has $.exception;
has $!handled;

method new($ex) {
Expand Down

0 comments on commit 49ce722

Please sign in to comment.