Some::getOrThrow( $ex )


Source

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

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