Skip to content

Commit 81b3e81

Browse files
committed
Add missing exception class and uodate twilio sdk driver
1 parent 4461221 commit 81b3e81

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/SMSNotSentException.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace Elimuswift\SMS;
4+
5+
use Exception;
6+
7+
class SMSNotSentException extends Exception
8+
{
9+
}

0 commit comments

Comments
 (0)