If the condition is raised in the major task, no action is taken
and processing continues from the point where the condition was
raised.
If the condition is raised as part of the implicit action for
another condition, the program is terminated.
Normal return
Processing resumes at the point where the condition was raised.
This point is the statement following the SIGNAL statement if the
conditions was signalled.