function __construct($message, $countryCode, $config)
 {
     parent::__construct($message, $countryCode, $config);
 }
 function __construct($message, $countryCode, $config)
 {
     $this->config = $config;
     $this->countryCode = $countryCode;
     parent::__construct($message, $countryCode, $config);
 }