mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
12 lines
229 B
PHP
12 lines
229 B
PHP
<?php
|
|
/* vi:set sw=4 ts=4 expandtab: */
|
|
|
|
namespace Nurigo\Exceptions;
|
|
|
|
/**
|
|
* @class CoolsmsSystemException
|
|
* @brief Thrown when an System call returns an exception.
|
|
*/
|
|
class CoolsmsSystemException extends CoolsmsException
|
|
{
|
|
}
|