Skip to content
Snippets Groups Projects
Forked from Patrick Kaster / u5
Up to date with the upstream repository.
UnknownCarException.java 89 B
package car.exception;

public class UnknownCarException extends DealershipException {
}