Lae/app/Exceptions/PaymentException.php

11 lines
102 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class PaymentException extends Exception
{
//
}