https://github.com/autoframe/components-exception
https://github.com/autoframe/components-exception
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/autoframe/components-exception
- Owner: autoframe
- License: mit
- Created: 2023-04-26T20:54:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T23:25:39.000Z (about 3 years ago)
- Last Synced: 2025-04-25T00:46:25.532Z (about 1 year ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autoframe is a low level framework that is oriented on SOLID flexibility
[](https://github.com/autoframe/components-exception/actions?query=branch:main)
[](https://opensource.org/licenses/MIT)

[](https://packagist.org/packages/autoframe/components-exception)
*PHP array utilities like custom sort, merge for settings profiles, etc*
Namespace:
- Autoframe\\Component\\Exception
Includes:
- Namespace:
- Class: AfrException
- Extends: Exception
- Implements: Throwable
- Overwritable: define a php path that can be included once with a class named AfrException using the desired namespace
If you don't like the default exception class, you can use your own:
define('Autoframe\Components\Exception\SWAP_AFR_EXCEPTION','..dir../CustomAfrException.php');
CustomAfrException.php =>
class AfrException extends Exception implements Throwable {...}