@@ -14,8 +14,6 @@ Requires php 7.3 or later.
1414
1515ICU support requires the ` intl ` extension.
1616
17- ** Version 3.0 will require php 7.3** or greater; and ICU support will require the ` intl ` extension.
18-
1917installation
2018------------
2119
@@ -59,30 +57,12 @@ throw new FooException(FooException::UNKNOWN_FOO, $context);
5957
6058see more in [ the wiki] ( https://github.com/php-enspired/exceptable/wiki ) .
6159
62- <<<<<<< HEAD
6360Version 2 will reach End-of-Life on November 30, 2020.
6461------------------------------------------------------
6562
66- Version 3.0 is coming soon!
67- ---------------------------
68-
69- Version 3 will require PHP 7.3 or greater and introduces some exciting changes from version 2:
70- - Support* for ICU locales, message formats, and resource bundles!\
71- \* _ requires the intl extension._
72- - Ready-to-extend (or just use) ` Exceptable ` classes based on the built-in SPL Exception classes!
73- - The generic ` Exceptable ` Exception base class has been removed.
74- - Introduces a "debug mode" for Handlers!
75- - Handlers are now Logger (e.g., Monolog)-aware!
76- =======
77- Version 3.0 will reach End-of-Life on November 30, 2020.
78- --------------------------------------------------------
79- >>>>>>> 3.0-rc
80-
81- docs
82- ----
63+ Version 3.0 is here!
64+ --------------------
8365
84- <<<<<<< HEAD
85- =======
8666** Version 3.0** requires PHP 7.3 or greater and introduces some exciting changes from version 2:
8767- Support* for ICU locales, message formats, and resource bundles!\
8868 \* _ requires the intl extension._
9171- Introduces a "debug mode" for Handlers!
9272- Handlers are now Logger (e.g., Monolog)-aware!
9373
94- >>>>>>> 3.0-rc
9574[ Read more about the 3.0 release] ( https://github.com/php-enspired/exceptable/wiki/new-in-3.0 ) .
9675
76+ docs
77+ ----
78+
9779- API:
9880 - [ The Exceptable Interface] ( https://github.com/php-enspired/exceptable/wiki/API:-The-Exceptable-Interface )
99- <<<<<<< HEAD
10081 - [ SPL Exception Classes] ( https://github.com/php-enspired/exceptable/wiki/API:-SPL-Exception-Classes )
101- =======
102- >>>>>>> 3.0-rc
10382 - [ The Handler Class] ( https://github.com/php-enspired/exceptable/wiki/API:-The-Handler-Class )
10483- [ Basic Exceptable Usage] ( https://github.com/php-enspired/exceptable/wiki/Usage:-Exceptables )
10584- [ Basic Handler Usage] ( https://github.com/php-enspired/exceptable/wiki/Usage:-Handlers )
0 commit comments