InternalServerErrorException constructor
      const
      InternalServerErrorException(
    
- XRPCResponse<XRPCError> response
Returns the new instance of InternalServerErrorException.
Implementation
const InternalServerErrorException(super.response)
  : super(label: 'InternalServerErrorException');