mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
Improve error handling
This commit is contained in:
parent
50e3dc4574
commit
a92c77655f
5 changed files with 26 additions and 11 deletions
|
|
@ -58,7 +58,8 @@ interface SMSInterface
|
|||
* This method returns true on success and false on failure.
|
||||
*
|
||||
* @param array $messages
|
||||
* @param object $original
|
||||
* @return bool
|
||||
*/
|
||||
public function send(array $messages);
|
||||
public function send(array $messages, \Rhymix\Framework\SMS $original);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue