Warning: session_start(): open(/var/lib/php/sessions/sess_4gms5prp9u2hvdnv8qlmoier84, 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 O pcallF(O f, O... args) {
ret pcallFunction(f, args);
}
ifclass F0
static A pcallF(F0 f) null on exception {
ret f?.get(); // f?!;
}
endif
ifclass F1
static B pcallF(F1 f, A a) null on exception {
ret f?.get(a);
}
endif
ifclass VF1
static void pcallF(VF1 f, A a) {
pcall {
f?.get(a);
}
}
endif
static B pcallF(IF1 f, A a) null on exception {
ret f?.get(a);
}