Attempted a non-catchable throw.
          #6119   Run-time catchable error
          Attempted a non-catchable throw.
Additional Information
 The innermost scope that can catch is at line L, file F.
     where L and F are the line number and file name of the destination coroutine specified by signal to action.
Explanation
This error is reported when a throw is attempted and no catch
is available to match it.