for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TheAentMachine\Exception;
use TheAentMachine\Aenthill\Pheromone;
class EventException extends AenthillException
{
/**
* @return EventException
* @throws MissingEnvironmentVariableException
*/
public static function cannotHandleAddEvent(): self
$image = Pheromone::getImage();
return new self("The aent '$image' cannot be installed in the manifest");
}