File tree Expand file tree Collapse file tree 7 files changed +29
-57
lines changed Expand file tree Collapse file tree 7 files changed +29
-57
lines changed Original file line number Diff line number Diff line change 1
1
/tests export-ignore
2
2
/resources export-ignore
3
- /src /Exception export-ignore
4
3
.gitattributes export-ignore
5
4
.gitignore export-ignore
6
5
CHANGELOG.md export-ignore
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.1.4 - 2017-07-16
4
+ * Deleted ` Josantonius\ErrorHandler\Exception\ErrorHandlerException ` class.
5
+ * Deleted ` Josantonius\ErrorHandler\Exception\Exceptions ` abstract class.
6
+ * Deleted ` Josantonius\ErrorHandler\Exception\ErrorHandlerException->__construct() ` method.
7
+
3
8
## 1.1.3 - 2017-05-15
4
9
* You can now add custom methods to run instead of displaying the default view.
5
10
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Librería PHP para manejar excepciones y errores.
14
14
- [ Métodos disponibles] ( #métodos-disponibles )
15
15
- [ Uso] ( #uso )
16
16
- [ Tests] ( #tests )
17
- - [ Manejador de excepciones] ( #manejador-de-excepciones )
18
17
- [ Imágenes] ( #imagenes )
19
18
- [ Contribuir] ( #contribuir )
20
19
- [ Repositorio] ( #repositorio )
@@ -23,6 +22,16 @@ Librería PHP para manejar excepciones y errores.
23
22
24
23
---
25
24
25
+ <p align =" center " ><strong >Echa un vistazo al código</strong ></p >
26
+
27
+ <p align =" center " >
28
+ <a href =" " title =" Echa un vistazo al código " >
29
+ <img src =" https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg " >
30
+ </a >
31
+ </p >
32
+
33
+ ---
34
+
26
35
### Instalación
27
36
28
37
La mejor forma de instalar esta extensión es a través de [ composer] ( http://getcomposer.org/download/ ) .
@@ -41,7 +50,7 @@ También puedes clonar el repositorio completo con Git:
41
50
42
51
### Requisitos
43
52
44
- Esta ĺibrería es soportada por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores.
53
+ Esta biblioteca es soportada por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores.
45
54
46
55
### Cómo empezar y ejemplos
47
56
@@ -125,10 +134,6 @@ ErrorHandlerTest->testSProvokeUserNotice();
125
134
ErrorHandlerTest->testSProvokeUserWarning();
126
135
```
127
136
128
- ### Manejador de excepciones
129
-
130
- Esta librería utiliza [ control de excepciones] ( src/Exception ) que puedes personalizar a tu gusto.
131
-
132
137
### Imágenes
133
138
134
139
![ image] ( resources/images/exception.png )
Original file line number Diff line number Diff line change @@ -14,15 +14,24 @@ PHP library for handling exceptions and errors.
14
14
- [ Available Methods] ( #available-methods )
15
15
- [ Usage] ( #usage )
16
16
- [ Tests] ( #tests )
17
- - [ Exception Handler] ( #exception-handler )
18
17
- [ Images] ( #images )
19
18
- [ Contribute] ( #contribute )
20
19
- [ Repository] ( #repository )
21
- - [ Licensing ] ( #licensing )
20
+ - [ License ] ( #license )
22
21
- [ Copyright] ( #copyright )
23
22
24
23
---
25
24
25
+ <p align =" center " ><strong >Take a look at the code</strong ></p >
26
+
27
+ <p align =" center " >
28
+ <a href =" " title =" Take a look at the code " >
29
+ <img src =" https://raw.githubusercontent.com/Josantonius/PHP-Algorithm/master/resources/youtube-thumbnail.jpg " >
30
+ </a >
31
+ </p >
32
+
33
+ ---
34
+
26
35
### Installation
27
36
28
37
The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
@@ -127,10 +136,6 @@ ErrorHandlerTest->testSProvokeUserNotice();
127
136
ErrorHandlerTest->testSProvokeUserWarning();
128
137
```
129
138
130
- ### Exception Handler
131
-
132
- This library uses [ exception handler] ( src/Exception ) that you can customize.
133
-
134
139
### Images
135
140
136
141
![ image] ( resources/images/exception.png )
@@ -151,7 +156,7 @@ This is intended for large and long-lived objects.
151
156
152
157
All files in this repository were created and uploaded automatically with [ Reposgit Creator] ( https://github.com/Josantonius/BASH-Reposgit ) .
153
158
154
- ### Licensing
159
+ ### License
155
160
156
161
This project is licensed under ** MIT license** . See the [ LICENSE] ( LICENSE ) file for more info.
157
162
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " josantonius/errorhandler" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"type" : " library" ,
5
5
"description" : " PHP library for handling exceptions and errors." ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 11
11
12
12
namespace Josantonius \ErrorHandler ;
13
13
14
- # use Josantonius\ErrorHandler\Exception\ErrorHandlerException;
15
-
16
14
/**
17
15
* Handling exceptions and errors.
18
16
*
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments