mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add CoolSMS PHP SDK, and update Composer dependencies
This commit is contained in:
parent
40c43e8fa0
commit
c719fc0500
242 changed files with 3487 additions and 28983 deletions
12
vendor/coolsms/php-sdk/app/Nurigo/Exceptions/CoolsmsSDKException.php
vendored
Normal file
12
vendor/coolsms/php-sdk/app/Nurigo/Exceptions/CoolsmsSDKException.php
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/* vi:set sw=4 ts=4 expandtab: */
|
||||
|
||||
namespace Nurigo\Exceptions;
|
||||
|
||||
/**
|
||||
* @class CoolsmsSDKException
|
||||
* @brief Thrown when an SDK call returns an exception.
|
||||
*/
|
||||
class CoolsmsSDKException extends CoolsmsException
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue