mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 02:11:36 +00:00
8 lines
110 B
PHP
8 lines
110 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class DeploymentScriptIsEmptyException extends Exception {}
|