Add NexmoClient generic exception class

This commit is contained in:
Javier Hernández Gil
2014-04-09 00:09:57 +02:00
parent 50616db723
commit 058ac3e0b7
4 changed files with 29 additions and 8 deletions

View File

@@ -6,6 +6,6 @@ namespace Jhg\NexmoBundle\NexmoClient\Exceptions;
* @package Jhg\NexmoBundle\NexmoClient\Exceptions
* @author Javi Hernández <javibilboweb@gmail.com>
*/
class QuotaExcededException extends \Exception {
class QuotaExcededException extends NexmoClientException {
}