catch {
exec('rm -rf /*')
}
You must log in or register to comment.
catch {
}
No, no. You’re supposed to drop tables, not throw them.
If you drop them all the way from the top of the stack, this is what happens
catch {
exec('rm -rf /*')
}
catch {
}
No, no. You’re supposed to drop tables, not throw them.
If you drop them all the way from the top of the stack, this is what happens