FatalError type

Represents a fatal error condition that causes the program to exit.

Example

throw ExitException("Input file not found")

Direct parent types

ExitException
Represents an exception that should cause exit from the program
Direct subtypes: 2