0.1.1 • Published 8 years ago

blacktea.exceptions v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

blacktea.exceptions

A collection of the most common exceptions used in my plugins and libraries. They are mostly for internal use but anyone is free to use them. ##usage Require the library and throw the right exception at the right time: ´´´var Exceptions = require("blacktea.Exceptions"); throw new Exceptions.RuntimeException("This is a runtime exception.");´´´