Success::error()

Get the error option value.


Return

(PhpOptionOption)


Source

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

    public function error()
    {
        return None::create();
    }