| ModuleException.hx | |
| ModuleException | Exception class thrown by import modules. |
| Variables | |
| msg | Exception message. |
| Functions | |
| new | |
| toString | Converts the exception into a string. |
Exception message.
var msg: String
public function new( msg: String )
Converts the exception into a string.
public function toString(): String