22232425262728
} public static AppException raise(String errorCode, String errorInformation) { //TODO: Remove it when test is done System.out.println(errorInformation); return new AppException(errorCode,errorInformation); }