예제 #1
0
파일: Error.php 프로젝트: josemrc/ae2web
 /**
  * {@inheritdoc}
  */
 public function init()
 {
     parent::init();
     $this->loggerChannel->error($this->getMessage(), array('channel' => 'openlayers'));
     $this->messenger->addMessage($this->getMessage(), 'error', FALSE);
 }