Guest User

Untitled

a guest
Jun 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <div id="errordiv">
  2. <h1>The page you are looking for could not be found</h1>
  3. <div>
  4. <h2>This might be because:</h2>
  5. <p>You have typed the web address incorrectly, or the page you were looking for may have been moved, updated or deleted.</p>
  6.  
  7. <h2>Please try the following options instead:</h2>
  8. <p>Click on the back button, and try the link again, or use our site index to find the page you are looking for</p>
  9. </div>
  10. </div>
  11.  
  12.  
  13. <h3>Exception information:</h3>
  14. <p>
  15. <b>Message:</b> <?= $this->exception->getMessage() ?>
  16. </p>
  17.  
  18. <h3>Stack trace:</h3>
  19. <pre><?= $this->exception->getTraceAsString() ?>
  20. </pre>
  21.  
  22. <h3>Request Parameters:</h3>
  23. <pre><? var_dump($this->request->getParams()) ?>
  24. </pre>
Add Comment
Please, Sign In to add comment