Scala errors Catcher module for Hawk.so
Register an account and get a project token.
$ sbt buildYou can download this repository and import codex.hawk.HawkCatcher class in your project.
import codex.hawk.HawkCatcherCreate 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