vito/app/Exceptions/SourceControlIsNotConnected.php
Saeed Vaziry e031bafba5
upgrade to Laravel 11 and schema squash (#245)
* upgrade to Laravel 11 and schema squash

* code style and npm audit fix

* fix #209
2024-06-24 23:03:02 +02:00

8 lines
105 B
PHP
Executable File

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