add payment processing interface
This commit is contained in:
parent
e8fe7e1491
commit
31729dc14a
7 changed files with 202 additions and 22 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue