lasthourcloud/app/Exceptions/ProcessException.php
Thijmen Stavenuiter f43fc1e376 Linting
2024-06-22 10:23:02 +02:00

10 lines
95 B
PHP

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