lasthourcloud/app/Exceptions/ProcessException.php

8 lines
94 B
PHP
Raw Normal View History

2023-09-11 15:36:30 +00:00
<?php
namespace App\Exceptions;
use Exception;
2024-06-19 06:59:46 +00:00
class ProcessException extends Exception {}