Quota Exceded exception
This commit is contained in:
11
NexmoClient/Exceptions/QuotaExcededException.php
Normal file
11
NexmoClient/Exceptions/QuotaExcededException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Jhg\NexmoBundle\NexmoClient\Exceptions;
|
||||
|
||||
/**
|
||||
* Class QuotaExcededException
|
||||
* @package Jhg\NexmoBundle\NexmoClient\Exceptions
|
||||
* @author Javi Hernández <javibilboweb@gmail.com>
|
||||
*/
|
||||
class QuotaExcededException extends \Exception {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user