Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make Failure objects a tiny bit smaller
  • Loading branch information
timo committed Jul 6, 2015
1 parent d2faa16 commit d9c1e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Failure.pm
@@ -1,7 +1,7 @@
my class Failure {
has $.exception;
has $.backtrace;
has $!handled;
has int $!handled;

method new(Exception $exception) {
self.bless(:$exception);
Expand Down

0 comments on commit d9c1e26

Please sign in to comment.