Download the PHP package nimayneb/exceptionist without Composer
On this page you can find all versions of the php package nimayneb/exceptionist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nimayneb/exceptionist
More information about nimayneb/exceptionist
Files in nimayneb/exceptionist
Download nimayneb/exceptionist
More information about nimayneb/exceptionist
Files in nimayneb/exceptionist
Vendor nimayneb
Package exceptionist
Short Description Exceptionist - Throwing meaningful and semantic exceptions with interfaces
License GPL-3.0
Package exceptionist
Short Description Exceptionist - Throwing meaningful and semantic exceptions with interfaces
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package exceptionist
Exceptionist
Throwing meaningful and semantic exceptions with interfaces
Exception class names contain no word "Exception" in it. This is a redundant information and it is easier to understand and to read.
Usage:
Kind of exceptions:
- Empty
- something is set, but have empty content
- Invalid
- something is set, but has invalid characters or is in an invalid format
- Unknown
- something is set, but it is unknown (not invalid)
- Missing
- something is set, but its needs is missing
- Timeout
- something is set, but it cannot be read in a particular time window
Kind of reasons:
- Absence
- something is not reachable in a particular time window
- Compatibility
- something is broken by compatibility
- Deficiency
- something is needed, but is absent
- Invalidity
- something is needed, but is invalid
Kind of scopes:
- Access
- something with accessibilities
- Action
- something with actions
- Argument
- something with arguments of a method
- something with arguments of an object
- Class
- something with class instancing
- Configuration
- something with configuration
- Declaration
- something with declarations
- Definition
- something with definitions
- Dependency
- something with dependencies
- Interface
- something with interfaces
- Method
- something with methods of an object
- Object
- something with objects
- Property
- something with properties of an object
- Reference
- something with references
- Requirement
- something with requirements
- Return
- something with returns of an object
- something with returns of an method
- Trait
- something with traits
- Type
- something with types of a return
- something with types of a method
- something with types of an object
- Value
- something with value
Compose exceptions for your application:
Create an interface or a trait for your application - so you are able to catch only the exceptions of your application.
Create your exception:
All versions of exceptionist with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package nimayneb/exceptionist contains the following files
Loading the files please wait ....