ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
InputException
ws
gui
inputField
Undocumented in source.
class
InputException : Exception {
InputField
text
;
this
(InputField t, string msg, string file, size_t line);
this
(InputField t, string msg, Exception cause, string file, size_t line);
}
Constructors
this
this
(InputField t, string msg, string file, size_t line)
Undocumented in source.
this
this
(InputField t, string msg, Exception cause, string file, size_t line)
Undocumented in source.
Members
Variables
text
InputField
text
;
Undocumented in source.
Meta
Source
See Implementation
ws
gui
inputField
classes
InputException
InputField