web/lib/Exceptions/PaymentExistsException.php

6 lines
139 B
PHP

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