Dumplie\SharedKernel\Application\Exception\KernelException::notBuilt PHP Method

notBuilt() public static method

public static notBuilt ( ) : KernelException
return KernelException
    public static function notBuilt() : KernelException
    {
        return new self("Kernel wasn't built yet, can't boot.");
    }