LeopardRuntimeException constructor
LeopardRuntimeException(
- String? message
Implementation
LeopardRuntimeException(String? message) : super(message);
LeopardRuntimeException(String? message) : super(message);