Bolt\Exception\BootException::earlyException PHP Method

earlyException() public static method

Output an exception *very* early in the load-chain.
public static earlyException ( string $message )
$message string
    public static function earlyException($message)
    {
        echo $message;
        throw new static(strip_tags($message));
    }