Files
thankcard-system/app/Exceptions/ThankCardException.php

11 lines
168 B
PHP

<?php
namespace App\Exceptions;
use RuntimeException;
class ThankCardException extends RuntimeException
{
// Custom domain exception for thank card operations
}