Files
vito/app/Exceptions/ServiceInstallationFailed.php
Saeed Vaziry 4d051330d6 Merge (#127)
2024-03-24 09:56:34 +01:00

11 lines
111 B
PHP

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