Exemple #1
0
 /**
  * @see    Url::set
  * @param  $url string
  * @throws Exception
  */
 public function __construct($url = '')
 {
     parent::__construct($url);
 }