golden.framework.web.ExceptionHandler.scala Maven / Gradle / Ivy
package golden.framework.web
trait ExceptionHandler:
def handle(exception: Exception, context: HttpContext): Unit
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package golden.framework.web
trait ExceptionHandler:
def handle(exception: Exception, context: HttpContext): Unit