Skip to content

Commit

Permalink
fix exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Sep 9, 2023
1 parent 5bbebca commit 1f7c1bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public void run() {
}
break;
default:
LoggerExceptionUtils.logException(new IllegalArgumentException("Unknown state. Provided value: " + theState));
throw new AbstractPIDRuntimeException("Error instantiating the PID controller: " + ill);
break;
}
}
Expand Down

0 comments on commit 1f7c1bc

Please sign in to comment.