mirror of
https://github.com/zaaarf/lillero-mapper.git
synced 2024-11-09 23:39:19 +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.
|
* 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
|
||||||
|
|
Loading…
Reference in a new issue