fix: MalformedMappingsException should be a RuntimeException

This commit is contained in:
zaaarf 2023-08-26 22:30:04 +02:00
parent 560c25b43c
commit 27ff8340f3
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C

View file

@ -3,7 +3,7 @@ package ftbsc.lll.exceptions;
/** /**
* Thrown when something goes wrong while parsing a mappings file. * Thrown when something goes wrong while parsing a mappings file.
*/ */
public class MalformedMappingsException extends Exception { public class MalformedMappingsException extends RuntimeException {
/** /**
* Constructs a new {@link MalformedMappingsException} given the line number * Constructs a new {@link MalformedMappingsException} given the line number