mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
[DS-4522] Make LogicalStatementException unchecked as per PR review
This commit is contained in:
@@ -14,7 +14,7 @@ package org.dspace.content.logic;
|
||||
* @author Kim Shepherd
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class LogicalStatementException extends Exception {
|
||||
public class LogicalStatementException extends RuntimeException {
|
||||
|
||||
public LogicalStatementException() {
|
||||
super();
|
||||
|
Reference in New Issue
Block a user