ProjectException

used when something goes wrong in the project

class ProjectException : Exception {}

Constructors

this
this(string msg, string file, size_t line)
Undocumented in source.

Meta