- Change to start using bootstrap grid
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.wisemapping.rest;
|
||||
|
||||
class JsonHttpMessageNotReadableException extends org.springframework.http.converter.HttpMessageNotReadableException {
|
||||
|
||||
public JsonHttpMessageNotReadableException(String msg, Exception cause) {
|
||||
super(msg, cause);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user