protected function logException()
 {
     if ($this->isLoggerException) {
         parent::logException();
         return;
     }
     Gpf_Log::error($this->getMessage());
 }
 function __construct($message)
 {
     parent::__construct($message);
 }