Result::getError()

Get the error value, if possible.


Return

(string)


Source

File: vendor/vlucas/phpdotenv/src/Regex/Result.php

    public function getError()
    {
        return $this->error()->get();
    }