Go to the first, previous, next, last section, table of contents.


program-error [Condition Type]

Class Precedence List::

program-error, error, serious-condition, condition, t

Description::

The type program-error consists of error conditions related to incorrect program syntax. The errors that result from naming a go tag or a block tag that is not lexically apparent are of type program-error.


Go to the first, previous, next, last section, table of contents.