Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!--
  2. <h3>Exception information:</h3>
  3. <p>
  4. <b>Message:</b> <?= $this->exception->getMessage() ?>
  5. </p>
  6.  
  7. <h3>Stack trace:</h3>
  8. <pre><?= $this->exception->getTraceAsString() ?>
  9. </pre>
  10.  
  11. <h3>Request Parameters:</h3>
  12. <pre><? var_dump($this->request->getParams()) ?>
  13. </pre>
  14. -->
Add Comment
Please, Sign In to add comment