From 734e4f61a88475699db851798134c1b12da917af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Hern=C3=A1ndez=20Gil?= Date: Tue, 8 Apr 2014 21:02:08 +0200 Subject: [PATCH] Quota Exceded exception --- NexmoClient/Exceptions/QuotaExcededException.php | 11 +++++++++++ NexmoClient/NexmoClient.php | 6 +++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 NexmoClient/Exceptions/QuotaExcededException.php 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 @@