Download the PHP package imemento/exceptions without Composer
On this page you can find all versions of the php package imemento/exceptions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imemento/exceptions
More information about imemento/exceptions
Files in imemento/exceptions
Download imemento/exceptions
More information about imemento/exceptions
Files in imemento/exceptions
Vendor imemento
Package exceptions
Short Description HTTP Exceptions
License MIT
Homepage https://gitlab.com/imemento/composer/packages/exceptions
Package exceptions
Short Description HTTP Exceptions
License MIT
Homepage https://gitlab.com/imemento/composer/packages/exceptions
Please rate this library. Is it a good library?
Informations about the package exceptions
iMemento HTTP Exceptions
This package provides some common exceptions to be used in all iMemento Services.
Install
Usage
All our exceptions that extend the HttpException class have a unique id, optional debug info and an error code. They will be mapped to a specific response from http-responses using our custom error handler.
Errors
Exception | Status Code |
---|---|
iMemento\Exceptions\Exception | 1000 |
iMemento\Exceptions\InvalidTokenException | 1001 |
iMemento\Exceptions\ExpiredAuthTokenException | 1002 |
iMemento\Exceptions\ExpiredPermsTokenException | 1003 |
iMemento\Exceptions\ExpiredConsumerTokenException | 1004 |
iMemento\Exceptions\MissingTokenException | 1005 |
iMemento\Exceptions\MissingRoleException | 1010 |
iMemento\Exceptions\MissingSessionException | 1020 |
iMemento\Exceptions\MissingParameterException | 1030 |
iMemento\Exceptions\ResourceException | 1100 |
iMemento\Exceptions\StoreResourceFailedException | 1101 |
iMemento\Exceptions\UpdateResourceFailedException | 1102 |
iMemento\Exceptions\DeleteResourceFailedException | 1103 |
All versions of exceptions with dependencies
PHP Build Version
Package Version
The package imemento/exceptions contains the following files
Loading the files please wait ....