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 io.bit3.jsass Show documentation
Show all versions of io.bit3.jsass Show documentation
SASS compiler using libsass.
The newest version!
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