Warning: session_start(): open(/var/lib/php/sessions/sess_27rfobvbhj2gu6rs2rck034ru7, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static Runnable _topLevelErrorHandling(Runnable r) {
ifdef LeanMode
ret r;
endifdef
ifndef LeanMode
if (r == null) null;
// maybe we don't want this anymore. just dm_current_generic()
O info = _threadInfo();
O mod = dm_current_generic();
Runnable r2 = r;
if (info != null || mod == null)
r2 = r {
temp (AutoCloseable) rcall enter(mod);
_threadInheritInfo(info);
r.run();
};
r2 = rPcall(r2);
ret r2;
endifndef
}