Skip to content

Commit

Permalink
Merge pull request #10 from kortemik/parse-exception
Browse files Browse the repository at this point in the history
revert ParseException as public
  • Loading branch information
StrongestNumber9 authored May 24, 2023
2 parents b76bc61 + 51fbc37 commit 374c655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/teragrep/rlo_06/ParseException.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
package com.teragrep.rlo_06;

class ParseException extends RuntimeException {
public class ParseException extends RuntimeException {
public ParseException(String message, Throwable cause) {
super(message, cause);
}
Expand Down

0 comments on commit 374c655

Please sign in to comment.