RedBeanPHP\Repository\Frozen::handleException PHP Method

handleException() protected method

In fluid mode, this suppresses exceptions caused by missing structures. However the implementation in frozen mode is rather the opposite, it will just re-throw every exception.
protected handleException ( Exception $exception ) : void
$exception Exception exception to handle
return void
    protected function handleException(\Exception $exception)
    {
        throw $exception;
    }