for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TheAentMachine\AentDockerCompose\Aenthill\Exception;
use TheAentMachine\AentDockerCompose\Aenthill\Enum\PheromoneEnum;
class ContainerProjectDirEnvVariableEmptyException extends AenthillException
{
/**
* ContainerProjectDirNotFoundException constructor.
*/
public function __construct()
parent::__construct('environment variable ' . PheromoneEnum::PHEROMONE_CONTAINER_PROJECT_DIR . ' is empty');
}