PlatformException

A failing Platform function should <b>always</b> throw a PlatformException.

final
class PlatformException : Exception {}

Constructors

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

Default constructor.

Meta