Skip to content

Commit

Permalink
[wpilibj] Remove unused AnalogTriggerException (#6142)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Jan 3, 2024
1 parent c486972 commit 5c42424
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions wpilibj/src/main/java/edu/wpi/first/wpilibj/AnalogTrigger.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@

/** Class for creating and configuring Analog Triggers. */
public class AnalogTrigger implements Sendable, AutoCloseable {
/** Exceptions dealing with improper operation of the Analog trigger. */
public static class AnalogTriggerException extends RuntimeException {
/**
* Create a new exception with the given message.
*
* @param message the message to pass with the exception
*/
public AnalogTriggerException(String message) {
super(message);
}
}

/** Where the analog trigger is attached. */
protected int m_port;

Expand Down

0 comments on commit 5c42424

Please sign in to comment.