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

Installs: 14

Dependents: 2

Suggesters: 0

Security: 0

pkg:composer/laravel-api-server/exceptions

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

This package is not auto-updated.

Last update: 2025-10-04 03:10:38 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