web/lib/Exceptions/PaymentExistsException.php
2023-07-14 09:36:10 -05:00

6 lines
140 B
PHP

<?
namespace Exceptions;
class PaymentExistsException extends AppException{
protected $message = 'This transaction ID already exists.';
}