Rev 1044 | Rev 5112 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
/****/package in.shop2020.serving.controllers;import java.io.IOException;/**** @author Vikas**/public class ExceptionController extends BaseController {private static final long serialVersionUID = 6095443616072298613L;public ExceptionController(){super();}public String index() throws SecurityException, IOException {return "success";}}