PhysicsEngineException

A failing Physics function should <b>always</b> throw a PhysicsEngineException.

final
class PhysicsEngineException : Exception {}

Constructors

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

Default constructor.

Meta