mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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
13
vendor/coolsms/php-sdk/app/Nurigo/Exceptions/CoolsmsException.php
vendored
Normal file
13
vendor/coolsms/php-sdk/app/Nurigo/Exceptions/CoolsmsException.php
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/* vi:set sw=4 ts=4 expandtab: */
|
||||
|
||||
namespace Nurigo\Exceptions;
|
||||
|
||||
/**
|
||||
* @class CoolsmsException
|
||||
* @brief Thrown when an SDK call returns an comprehensive exception.
|
||||
*/
|
||||
class CoolsmsException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue