ConversionException

Thrown when a value cannot be converted from the Lua to D side

final
class ConversionException : Exception {}

Constructors

this
this(string msg, string file, size_t line, Throwable nextChain)

Create a new ConversionException

Meta