Error::error()

Get the error option value.


Return

(PhpOptionOption)


Source

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

    public function error()
    {
        return Some::create($this->value);
    }