Option::get()
Returns the value if available, or throws an exception otherwise.
Return
(mixed)
Source
File: vendor/phpoption/phpoption/src/PhpOption/Option.php
abstract public function get();
Returns the value if available, or throws an exception otherwise.
(mixed)
File: vendor/phpoption/phpoption/src/PhpOption/Option.php
abstract public function get();