Skip to content

Commit

Permalink
Throwable::Error should have been linked as it matches what the other…
Browse files Browse the repository at this point in the history
… error classes do. Keep the mention of Throwable and SugarFactory
  • Loading branch information
genio committed Jul 30, 2020
1 parent b56fcc8 commit 4c89bf9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/Exceptions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,18 @@ re-throw exceptions when they're something that should be handled elsewhere.
=item *
L<Throwable> and L<Throwable::SugarFactory>
L<Throwable::Error>
L<Throwable> and L<Throwable::SugarFactory> will likely make using
L<Throwable::Error> a better experience for you.
=item *
L<Exception::Class>
L<Mojo::Exception>
=item *
L<Mojo::Exception>
L<Exception::Class>
=back
Expand Down

0 comments on commit 4c89bf9

Please sign in to comment.