LazyOption::getOrThrow( $ex )


Source

File: vendor/phpoption/phpoption/src/PhpOption/LazyOption.php

    public function getOrThrow(\Exception $ex)
    {
        return $this->option()->getOrThrow($ex);
    }