Sprawdź trzepotanie typu wyjątków
try {
// ...
} on SomeException catch(e) {
//Handle exception of type SomeException
} catch(e) {
//Handle all other exceptions
}
Modern Manx