public function decode($string) { try { parent::decode($string); } catch (Gpf_Exception $e) { throw new Pap_Tracking_Exception("Invalid cookie format (".get_class($this)."). Cookie value: $string"); } }
public function __construct($object = null) { parent::__construct($object); }