hasKey('_messages')) { $unstored_messages = $request['_messages']->update($response); if (!empty($unstored_messages) && settings::get('DEBUG')) throw new \OverflowException( 'Not all temporary messages could be saved.'); } return $response; } }