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

@@ -0,0 +1,11 @@
<?php
namespace Jhg\NexmoBundle\NexmoClient\Exceptions;
/**
* Class NexmoClientException
* @package Jhg\NexmoBundle\NexmoClient\Exceptions
* @author Javi Hernández <javibilboweb@gmail.com>
*/
class NexmoClientException extends \Exception {
}