Exception thrown when trying to set invalid key or value.
Base class for ini-like format errors.
Ini-like file.
This class represents the group (section) in the ini-like file. Instances of this class can be created only in the context of IniLikeFile or its derivatives. Note: Keys are case-sensitive.
Exception thrown on error with group.
Exception thrown on the file read error.
Line in group.
Container used internally by IniLikeFile and IniLikeGroup. Technically this is list with optional value access by key.
Class representation of ini-like file.