elect
05/01/2021, 10:00 PMprivate void throwIllegalArgument(Object object) {
throw new IllegalArgumentException("Can't handle the following object (${object}) of class (${object.class})")
}
am I a the only one?Alexey Belkov [JB]
05/04/2021, 8:30 AMelect
05/04/2021, 10:14 AM