spand
09/06/2017, 11:59 AMinstall(StatusPages) {
status(HttpStatusCode.NotFound){
call.respondWrite(ContentType.parse("text/html"), HttpStatusCode.NotFound, {
write("Error string")
})
}
}