Add POD for Exception/Shop.
This commit is contained in:
parent
917fdf3223
commit
5172c32946
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue