Class ๐ง
General error superclass.
All errors that are raised must inherit from this class. An error has always an associated error message that should provide more precise information.
Initializers
Methods
๐คฏโ๏ธ
๐ โ๏ธ ๐คฏ location ๐ก
Called at runtime when ๐บ detects an unhandled error. Causes the program to panic. location is the location included in the error message.