Skip to content

Commit f7cd616

Browse files
committed
Updated to 1.1.4 version
1 parent 72d2152 commit f7cd616

File tree

7 files changed

+29
-57
lines changed

7 files changed

+29
-57
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/tests export-ignore
22
/resources export-ignore
3-
/src/Exception export-ignore
43
.gitattributes export-ignore
54
.gitignore export-ignore
65
CHANGELOG.md export-ignore

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

README-ES.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2837
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:
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();
125134
ErrorHandlerTest->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)

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff 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

2837
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
@@ -127,10 +136,6 @@ ErrorHandlerTest->testSProvokeUserNotice();
127136
ErrorHandlerTest->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

152157
All files in this repository were created and uploaded automatically with [Reposgit Creator](https://github.com/Josantonius/BASH-Reposgit).
153158

154-
### Licensing
159+
### License
155160

156161
This project is licensed under **MIT license**. See the [LICENSE](LICENSE) file for more info.
157162

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

src/ErrorHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Josantonius\ErrorHandler;
1313

14-
# use Josantonius\ErrorHandler\Exception\ErrorHandlerException;
15-
1614
/**
1715
* Handling exceptions and errors.
1816
*

src/Exception/ErrorHandlerException.php

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)