This project holds the Exceptions module for the API-Server.

dev-master 2017-06-10 16:04 UTC

This package is not auto-updated.

Last update: 2024-05-03 19:21:53 UTC


README

This project holds the Exception module for the API-Server. It supports a unified exception handling using the JsonAPI Error format.

Installation

To use the provided BaseHandler just make your existing Exception Handler in app/Exceptions/Handler.php extend from BaseHandler:

use ApiServer\Exceptions\Exceptions\BaseHandler;

class Handler extends BaseHandler
{

Depencies

  • No depencies

Provides

  • Various Exceptions

Documentation

Contributing

Submitting patches

Patches can be submitted using the Merge-Request link of our gitlab.

License

See License