|
|
|
|
|
by brooke2k
410 days ago
|
|
I'm confused by this, because a panic is essentially an exception. They can be thrown and caught (although it's extremely discouraged to do so). The only place where it would be different is if you explicitly set panics to abort instead of unwind, but that's not default behavior. |
|