Scala errors Catcher module for Hawk.so
Register an account and get a project token.
$ sbt build
You can download this repository and import codex.hawk.HawkCatcher
class in your project.
import codex.hawk.HawkCatcher
Create an instance with token to the entry point of your project.
val hawkCatcher = new HawkCatcher("<token>")
You can catch exceptions by yourself without enabling handlers.
try {
throw new Exception("Major error")
} catch {
case e: Exception => new HawkCatcher("<token>").catchException(e)
}
Repository: https://github.com/codex-team/hawk.scala
Report a bug: https://github.com/codex-team/hawk.scala/issues
CodeX Team: https://ifmo.su