// Java: Raising the bar for pedantry public class BlinkenEngineException extends Exception { public String error; public BlinkenEngineException(String e) { error = e; } }