Class EForthError
Unit
Declaration
type EForthError = class(Exception)
Description
Mainly for stack / syntax errors.
Hierarchy
- TObject
- Exception
- EForthError
Generated by PasDoc 0.16.0.
type EForthError = class(Exception)
Mainly for stack / syntax errors.