do {
    polecenia // W tym miejscu mogą być zgłaszane błędy.
} catch typ_błędu {
    polecenia
} catch {
    polecenia
}
