CreateJobQuotaExceededException.fromXml constructor

CreateJobQuotaExceededException.fromXml(
  1. XmlElement elem
)

Implementation

factory CreateJobQuotaExceededException.fromXml(_s.XmlElement elem) {
  return CreateJobQuotaExceededException(
    message: _s.extractXmlStringValue(elem, 'message'),
  );
}