Example: ```php $x = m\pmatch([ '["test"]' => function () { return $this->foo(); } ], ["test"]); ``` If `$this->foo()` throws then `$x` will be assigned to an instance of Closure. Expected to bubble up the exception.