Exemplo n.º 1
0
 /**
  * Save the object to the theme.
  *
  * @param  array  $options
  * @return bool
  */
 public function save(array $options = null)
 {
     try {
         parent::save($options);
     } catch (Exception $ex) {
         $this->throwHalcyonSaveException($ex);
     }
 }