File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,19 +10,3 @@ Exception classes commonly used in Jitesoft php projects.
1010All the exception classes implements a toArray method and implements the JsonSerializable interface.
1111The structure of the classes is supposed to be as logic as possible. If anything seems off, please post a issue or make a pull-request.
1212No Exceptions will be moved or renamed without a new major version release.
13-
14- ## Good to know!
15-
16- The master branch (and versions above and equal to 3.x) requires php 7.4.2 or greater. The ` v2 ` branch will although be
17- maintained with new exceptions just as with the other branches, while they will not be able to make use of the latest
18- php features which v3+ requires.
19-
20- ## Changes
21-
22- #### 3.0.0
23-
24- * Bumped minimum version of php to 7.4.2
25-
26- #### 2.0.0
27-
28- * All namespaces have had the ` Exception ` part of their name removed.
You can’t perform that action at this time.
0 commit comments