/**
  * store custom mobile rule
  *
  * @param string|array $data
  * @throws LaravelSmsException
  * @static 
  */
 public static function storeMobileRule($data)
 {
     return \Toplan\Sms\SmsManager::storeMobileRule($data);
 }