Neuron-PHP

Exceptions

Table of Contents

Classes

BadRequestMethod
Thrown when a bad request method is used when adding a new route.
Base
Neuron base class for building exceptions.
CommandNotFound
Exception thrown when a requested command cannot be found or instantiated.
EmptyActionParameter
Exception thrown when a required action parameter is empty or missing.
Forbidden
Exception thrown when an authenticated user lacks permission to access a resource.
MapNotFound
Thrown when a requested/specified resource is not found.
MissingMethod
Thrown by the instantiator function when the specified method is missing from the target controller.
NotFound
Thrown when a requested/specified resource is not found.
PropertyNotFound
Thrown when a requested/specified resource is not found.
RouteParam
Exception thrown when route parameter processing fails or validation errors occur.
Unauthorized
Exception thrown when authentication is required but not provided or invalid.
Validation
Exception thrown when data validation fails with detailed error information.

        
On this page

Search results