AtServerException constructor

AtServerException(
  1. dynamic message
)

Implementation

AtServerException(message) : super(message);