コード例 #1
0
 /**
  * @param string $varName имя переменной
  */
 public function __construct($varName)
 {
     parent::__construct('Variable with name "' . $varName . '" was not stored in session');
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct('Can\'t instantinate new session instance');
 }