From 5172c3294677fbbf978866695d06f271c063abdf Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 8 Jul 2009 22:19:06 +0000 Subject: [PATCH] Add POD for Exception/Shop. --- lib/WebGUI/Exception/Shop.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Exception/Shop.pm b/lib/WebGUI/Exception/Shop.pm index 744f96888..464fffcf5 100644 --- a/lib/WebGUI/Exception/Shop.pm +++ b/lib/WebGUI/Exception/Shop.pm @@ -56,13 +56,17 @@ Exceptions which apply only to the WebGUI commerce system. =head1 EXCEPTION TYPES -These exception classes are defined in this class: - +These following exception classes are defined in this class. Each is a subclass of +WebGUI::Error. =head2 WebGUI::Error::Shop::MaxOfItemInCartReached Throw this when there are too many items of a given type added to the cart so that the user can be notified. ISA WebGUI::Error. +=head2 WebGUI::Error::Shop::RemoteShippingRate + +Shipping drivers should throw this when there is a problem with a remote rate lookup. + =cut