mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 09:51:37 +00:00
10 lines
106 B
PHP
Executable File
10 lines
106 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class SourceControlIsNotConnected extends Exception
|
|
{
|
|
}
|