omegacms / exceptions

OmegaCMS Exceptions Package

Home Page:https://omegacms.github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exceptions Package

The Exceptions package provides utility methods for handling exceptions in OmegaCMS applications.

Requirements

  • PHP 8.2 or later

Installation via Composer

Add "omegacms/exceptions": "^1.0.0" to the require block in your composer.json file and then run composer install.

{
    "require": {
        "omegacms/exceptions": "^1.0.0"
    }
}

Alternatively, you can simply run the folowing from the command line:

composer require omegacms/exceptions "^1.0.0"

If you want to include the test sources, use:

composer require --prefer-source omegacms/exceptions "^1.0.0"

Documentation

Work in progress

Contributing

If you'd like to contribute to the OmegaCMS Exceptions package, please follow our contribution guidelines.

License

This project is open-source software licensed under the GNU General Public License v3.0.

About

OmegaCMS Exceptions Package

https://omegacms.github.com

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%