Add NexmoClient generic exception class
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user