com.github.pires.obd.exceptions.MisunderstoodCommandException Maven / Gradle / Ivy
package com.github.pires.obd.exceptions;
/**
* Thrown when there is a "?" message.
*/
public class MisunderstoodCommandException extends ResponseException {
public MisunderstoodCommandException() {
super("?");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy