All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.dashscope.exception.NoSpecialTokenExists Maven / Gradle / Ivy

There is a newer version: 2.16.9
Show newest version
package com.alibaba.dashscope.exception;

public class NoSpecialTokenExists extends Exception {
  public NoSpecialTokenExists(String msg) {
    super(msg);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy