<!DOCTYPE html> <html> <head> <title>Essentia.cloud: There was an error</title> </head> <body> <h1><?php echo $this->error;?></h1> <?php echo ($this->message) ? '<pre>'.$this->message.'</pre>' : ''; ?> <?php echo ($this->trace) ? '<pre>'.$this->trace.'</pre>' : ''; ?> </body> </html>
info at phpclasses dot org