mirror of
https://github.com/zaaarf/lillero-mapper.git
synced 2024-11-13 00:39:20 +01:00
fix: MalformedMappingsException should be a RuntimeException
This commit is contained in:
parent
560c25b43c
commit
27ff8340f3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package ftbsc.lll.exceptions;
|
|||
/**
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue