Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vslinko/symfio-contrib-uncaught-exception
symfio-contrib-uncaught-exception
https://github.com/vslinko/symfio-contrib-uncaught-exception
Last synced: 22 days ago
JSON representation
symfio-contrib-uncaught-exception
- Host: GitHub
- URL: https://github.com/vslinko/symfio-contrib-uncaught-exception
- Owner: vslinko
- License: mit
- Created: 2013-04-17T12:56:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T08:48:32.000Z (over 11 years ago)
- Last Synced: 2024-09-21T00:32:07.100Z (about 2 months ago)
- Language: CoffeeScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# symfio-contrib-uncaught-exception
> Uncaught exception plugin.
## Usage
```coffee
symfio = require "symfio"container = symfio "example", __dirname
container.set "uncaught exception notification emails", "[email protected]"
container.set "email host", "localhost"
container.set "email port", 25loader = container.get "loader"
loader.use require "symfio-contrib-nodemailer"
loader.use require "../lib/uncaught-exception"loader.load()
```## Required plugins
* [contrib-nodemailer](https://github.com/symfio/symfio-contrib-nodemailer)
## Must be configured
* __uncaught exception notification emails__ - Should be array or string.