module libester.execeptions; import std.conv; public class BesterException : Exception { this(string message) { super(message); } }