axy/errors
axy/errors is a PHP 8.1+ helper for defining and organizing exception classes. Provides common exception structures, basic error classes, default messages, backtrace truncation, and global options to standardize error handling across projects.
AlreadyInitedclass AlreadyInited extends Logic implements Inited
For classes that require manual initialization.
$instance = new TClass();
$instance->init($config);
// ...
$instance->init($config2); // Object has already been initialized
__construct([$object [, $previous, $thrower])$object - the object or its namegetObject():object|stringHow can I help you explore Laravel packages today?