ServerIsPausedException constructor

ServerIsPausedException(
  1. dynamic message
)

Implementation

ServerIsPausedException(message) : super(message);