We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4461221 commit 81b3e81Copy full SHA for 81b3e81
src/SMSNotSentException.php
@@ -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