COSException.fromResponse constructor

COSException.fromResponse(
  1. Response response
)

Implementation

factory COSException.fromResponse(Response response) =>
    COSException._(response);