implement TwingleShop integration
This commit is contained in:
parent
ea46e6a747
commit
8cfa270dff
60 changed files with 5200 additions and 106 deletions
14
Civi/Twingle/Shop/Exceptions/LineItemException.php
Normal file
14
Civi/Twingle/Shop/Exceptions/LineItemException.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace Civi\Twingle\Shop\Exceptions;
|
||||
|
||||
use Civi\Twingle\Exceptions\BaseException as BaseException;
|
||||
|
||||
/**
|
||||
* A simple custom exception that indicates a problem within the Line Items
|
||||
*/
|
||||
class LineItemException extends BaseException {
|
||||
|
||||
public const ERROR_CODE_CONTRIBUTION_NOT_FOUND = "contribution_not_found";
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue