epfl-exceptions
v0.0.3
Published
epfl-exceptions
Downloads
20
Readme
epfl-exceptions
Contain Exceptions for epfl packages
Usage
var exceptions = require('epfl-exceptions');
var ParameterException = exceptions.ParameterException;
var ServerException = exceptions.ServerException;
var ForbiddenException = exceptions.ForbiddenException;