ResponseMappingException constructor

ResponseMappingException(
  1. String message,
  2. StackTrace stackTrace
)

Implementation

ResponseMappingException(this.message, this.stackTrace);