add payment processing interface

This commit is contained in:
JT Smith 2008-03-24 18:27:33 +00:00
parent e8fe7e1491
commit 31729dc14a
7 changed files with 202 additions and 22 deletions

View file

@ -20,6 +20,10 @@ use Exception::Class (
'WebGUI::Error' => {
description => "A general error occured.",
},
'WebGUI::Error::OverrideMe' => {
isa => 'WebGUI::Error',
description => 'This method should be overridden by subclasses.',
},
'WebGUI::Error::InvalidObject' => {
isa => 'WebGUI::Error::InvalidParam',
description => "Expected to get a reference to an object type that wasn't gotten.",