InternalServerErrorException constructor

const InternalServerErrorException(
  1. XRPCResponse<XRPCError> response
)

Returns the new instance of InternalServerErrorException.

Implementation

const InternalServerErrorException(super.response)
    : super(label: 'InternalServerErrorException');