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-22 08:41:55 +00:00
class ProcessException extends Exception {}