From 4c89bf98d6cf30587de6d63399d6d055b6955693 Mon Sep 17 00:00:00 2001 From: Chase Whitener Date: Mon, 30 Sep 2019 10:44:55 -0400 Subject: [PATCH] Throwable::Error should have been linked as it matches what the other error classes do. Keep the mention of Throwable and SugarFactory --- lib/Exceptions.pm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/Exceptions.pm b/lib/Exceptions.pm index 3954f23..b6b71df 100644 --- a/lib/Exceptions.pm +++ b/lib/Exceptions.pm @@ -45,15 +45,18 @@ re-throw exceptions when they're something that should be handled elsewhere. =item * -L and L +L + +L and L will likely make using +L a better experience for you. =item * -L +L =item * -L +L =back