Exceptions

try {
    // statements
} catch (e) {
    // statements
}

Last updated