Add POD for Exception/Shop.

This commit is contained in:
Colin Kuskie 2009-07-08 22:19:06 +00:00
parent 917fdf3223
commit 5172c32946

View file

@ -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