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

cn.dreampie.common.plugin.lesscss.compiler.LessCssException Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package cn.dreampie.common.plugin.lesscss.compiler;

public class LessCssException extends RuntimeException {
  public LessCssException(String message) {
    super(message);
  }

  public LessCssException(String message, Throwable cause) {
    super(message, cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy