<?php

namespace App\Exceptions;

use Exception;

class DeploymentScriptIsEmptyException extends Exception
{
}