com.mageddo.rawstringliterals.exception.ElementNotFound Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rsl-compiler Show documentation
Show all versions of rsl-compiler Show documentation
String multiline support for Java without all concatenation and stuff
The newest version!
package com.mageddo.rawstringliterals.exception;
public class ElementNotFound extends RuntimeException {
public ElementNotFound(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy