vito/app/Exceptions/ServiceInstallationFailed.php
2024-03-24 09:56:34 +01:00

11 lines
111 B
PHP

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