Code
public class Global extends GlobalSettings {
@Override
public Result onHandlerNotFound(String s) {
return notFound(views.html.error.render());
}
}
|
Code
|
||||
|
|
|
You class is not loaded by Play as a Global object. Either rename the Either, modify your
|
|||||
|