Improve error handling

This commit is contained in:
Kijin Sung 2016-11-04 20:48:31 +09:00
parent 50e3dc4574
commit a92c77655f
5 changed files with 26 additions and 11 deletions

View file

@ -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);
}