Throws internal errors as exceptions.
@@ -291,9 +291,9 @@Convert an internal PHP error into an ErrorException.
diff --git a/doc/classes/OCC-Basics-ErrorHandlers-TriggerExceptionError.html b/doc/classes/OCC-Basics-ErrorHandlers-TriggerExceptionError.html index c5ddbb2..b8ad1b3 100644 --- a/doc/classes/OCC-Basics-ErrorHandlers-TriggerExceptionError.html +++ b/doc/classes/OCC-Basics-ErrorHandlers-TriggerExceptionError.html @@ -198,9 +198,9 @@Triggers errors for uncaught exceptions.
@@ -291,9 +291,9 @@Convert an uncaught exception into an PHP error.
diff --git a/doc/files/src/ErrorHandlers/ThrowErrorException.php.txt b/doc/files/src/ErrorHandlers/ThrowErrorException.php.txt index 271b77b..695ce23 100644 --- a/doc/files/src/ErrorHandlers/ThrowErrorException.php.txt +++ b/doc/files/src/ErrorHandlers/ThrowErrorException.php.txt @@ -35,6 +35,8 @@ use function error_reporting; * * > Usage: `set_error_handler(new ThrowErrorException());` * + * @api + * * @author Sebastian MeyerNew Features: +
+ + + +Minor Changes: +
+ + + +Minor Changes: +
+ + + +New Features: +
Minor Changes:
diff --git a/doc/guides/index.html b/doc/guides/index.html index 6487c41..ff67c83 100644 --- a/doc/guides/index.html +++ b/doc/guides/index.html @@ -227,6 +227,12 @@If you want to use a specific version other than the latest development state, you have to specify the desired tag as well:
-# This will clone the repository state at version "2.1.0" into the "basics" directory
-git clone --branch=v2.1.0 https://github.com/opencultureconsulting/php-basics.git basics
+ # This will clone the repository state at version "2.1.1" into the "basics" directory
+git clone --branch=v2.1.1 https://github.com/opencultureconsulting/php-basics.git basics
Be aware that you also need to make the classes and traits available in your application by either adding them to your