6 lines
89 B
Text
6 lines
89 B
Text
protect => {
|
|
handle_error => {
|
|
// do something else
|
|
}
|
|
fail(-1,'Oops')
|
|
}
|