mention Throwable in SEE ALSO
Yuval Kogman [Mon, 31 Aug 2009 20:25:50 +0000 (23:25 +0300)]
lib/Try/Tiny.pm

index e3ec37f..7c99a6b 100644 (file)
@@ -291,6 +291,10 @@ destructors. It is guaranteed that C<catch> will be called, though.
 Much more feature complete, more convenient semantics, but at the cost of
 implementation complexity.
 
+=item L<Throwable>
+
+A lightweight role for rolling your own exception classes.
+
 =item L<Error>
 
 Exception object implementation with a C<try> statement. Does not localize