vito/app/Exceptions/DeploymentScriptIsEmptyException.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
110 B
PHP

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