0.1.1 • Published 11 years ago

symfio-contrib-uncaught-exception v0.1.1

Weekly downloads
9
License
-
Repository
-
Last release
11 years ago

symfio-contrib-uncaught-exception

Uncaught exception plugin.

Usage

symfio = require "symfio"

container = symfio "example", __dirname

container.set "uncaught exception notification emails", "test@example.com"
container.set "email host", "localhost"
container.set "email port", 25

loader = container.get "loader"

loader.use require "symfio-contrib-nodemailer"
loader.use require "../lib/uncaught-exception"

loader.load()

Required plugins

Must be configured

  • uncaught exception notification emails - Should be array or string.