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 11/tests export-ignore
22/resources export-ignore
3- /src /Exception export-ignore
43.gitattributes export-ignore
54.gitignore export-ignore
65CHANGELOG.md export-ignore
Original file line number Diff line number Diff line change 11# CHANGELOG
22
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+
38## 1.1.3 - 2017-05-15
49* You can now add custom methods to run instead of displaying the default view.
510
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Librería PHP para manejar excepciones y errores.
1414- [ Métodos disponibles] ( #métodos-disponibles )
1515- [ Uso] ( #uso )
1616- [ Tests] ( #tests )
17- - [ Manejador de excepciones] ( #manejador-de-excepciones )
1817- [ Imágenes] ( #imagenes )
1918- [ Contribuir] ( #contribuir )
2019- [ Repositorio] ( #repositorio )
@@ -23,6 +22,16 @@ Librería PHP para manejar excepciones y errores.
2322
2423---
2524
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+
2635### Instalación
2736
2837La 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:
4150
4251### Requisitos
4352
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.
4554
4655### Cómo empezar y ejemplos
4756
@@ -125,10 +134,6 @@ ErrorHandlerTest->testSProvokeUserNotice();
125134ErrorHandlerTest->testSProvokeUserWarning();
126135```
127136
128- ### Manejador de excepciones
129-
130- Esta librería utiliza [ control de excepciones] ( src/Exception ) que puedes personalizar a tu gusto.
131-
132137### Imágenes
133138
134139![ 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.
1414- [ Available Methods] ( #available-methods )
1515- [ Usage] ( #usage )
1616- [ Tests] ( #tests )
17- - [ Exception Handler] ( #exception-handler )
1817- [ Images] ( #images )
1918- [ Contribute] ( #contribute )
2019- [ Repository] ( #repository )
21- - [ Licensing ] ( #licensing )
20+ - [ License ] ( #license )
2221- [ Copyright] ( #copyright )
2322
2423---
2524
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+
2635### Installation
2736
2837The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
@@ -127,10 +136,6 @@ ErrorHandlerTest->testSProvokeUserNotice();
127136ErrorHandlerTest->testSProvokeUserWarning();
128137```
129138
130- ### Exception Handler
131-
132- This library uses [ exception handler] ( src/Exception ) that you can customize.
133-
134139### Images
135140
136141![ image] ( resources/images/exception.png )
@@ -151,7 +156,7 @@ This is intended for large and long-lived objects.
151156
152157All files in this repository were created and uploaded automatically with [ Reposgit Creator] ( https://github.com/Josantonius/BASH-Reposgit ) .
153158
154- ### Licensing
159+ ### License
155160
156161This project is licensed under ** MIT license** . See the [ LICENSE] ( LICENSE ) file for more info.
157162
Original file line number Diff line number Diff line change 11{
22 "name" : " josantonius/errorhandler" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.1.4 " ,
44 "type" : " library" ,
55 "description" : " PHP library for handling exceptions and errors." ,
66 "keywords" : [
Original file line number Diff line number Diff line change 1111
1212namespace Josantonius \ErrorHandler ;
1313
14- # use Josantonius\ErrorHandler\Exception\ErrorHandlerException;
15-
1614/**
1715 * Handling exceptions and errors.
1816 *
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments