diff --git a/NexmoClient/Exceptions/QuotaExcededException.php b/NexmoClient/Exceptions/QuotaExcededException.php new file mode 100644 index 0000000..4445bfd --- /dev/null +++ b/NexmoClient/Exceptions/QuotaExcededException.php @@ -0,0 +1,11 @@ + + */ +class QuotaExcededException extends \Exception { + +} \ No newline at end of file diff --git a/NexmoClient/NexmoClient.php b/NexmoClient/NexmoClient.php index 3ce2bc0..a2cd103 100644 --- a/NexmoClient/NexmoClient.php +++ b/NexmoClient/NexmoClient.php @@ -1,6 +1,7 @@