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