https://github.com/camelotproject/thrower
Static class to catch & rethrow PHP errors
https://github.com/camelotproject/thrower
dx error exception php
Last synced: 3 months ago
JSON representation
Static class to catch & rethrow PHP errors
- Host: GitHub
- URL: https://github.com/camelotproject/thrower
- Owner: CamelotProject
- License: mit
- Created: 2019-08-22T18:58:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T09:25:14.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T20:28:29.538Z (4 months ago)
- Topics: dx, error, exception, php
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Camelot Throwable
==============This library provides utility functions to help simplify menial tasks.
The Camelot team believes the PHP error reporting system is a mistake. Many
built-in functions utilize it, leading to inconsistent results and head
scratching.This library provides some wrappers around some of these functions. Our code
should always throw exceptions instead of triggering errors/warnings/notices
(excluding deprecation warnings).