Пример #1
0
 public function render()
 {
     if (Framework\Get()->cli) {
         return $this;
     }
     return $this->htmlTemplate($this->getMessage(), $this, true);
 }
Пример #2
0
 public function render()
 {
     if (Framework\Get()->cli) {
         return $this;
     }
     return $this->htmlTemplate('Error: ' . $this->code, $this->message);
 }