DIRuntimeException constructor

DIRuntimeException(
  1. String message
)

Implementation

DIRuntimeException(String message) : super(message);