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