IniLikeEntryException

Exception thrown when trying to set invalid key or value.

Constructors

this
this(string msg, string group, string key, string value, string file, size_t line, Throwable next)
Undocumented in source.

Members

Functions

key
string key()

The key the value associated with.

value
string value()

The value associated with key.

Inherited Members

From IniLikeGroupException

groupName
string groupName()

Name of group where error occured.

Meta