Hello

When I try hook error in a procedure, I write
"On error goto" and error is hooked

But when I try to make two error handlers by
"on error" which I write twice, error in second case is not hooked.

Why?

I write "on error" in two places and after second "on error" error is not hooked((