Skip to content

Commit

Permalink
blessed is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 26, 2016
1 parent 73c0bc6 commit 1c1c77b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Mojo/Exception.pm
Expand Up @@ -2,8 +2,6 @@ package Mojo::Exception;
use Mojo::Base -base;
use overload bool => sub {1}, '""' => sub { shift->to_string }, fallback => 1;

use Scalar::Util 'blessed';

has [qw(frames line lines_before lines_after)] => sub { [] };
has message => 'Exception!';
has 'verbose';
Expand Down

0 comments on commit 1c1c77b

Please sign in to comment.