io.bit3.jsass.function.arguments.converter.ConversionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsass Show documentation
Show all versions of jsass Show documentation
SASS compiler using libsass.
package io.bit3.jsass.function.arguments.converter;
public class ConversionException extends RuntimeException {
private static final long serialVersionUID = -6339937166526234394L;
public ConversionException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy