layout: development_error


<article binding=“pw_error”>

<header>
  <h1 binding="name">
    Error Class
  </h1>

  <section binding="message">
    Error message goes here.
  </section>
</header>

<hr>

<section binding="contextual_message">
  <p>
    Contextual error details go here.
  </p>
</section>

<hr>

<section binding="details">
  <p>
    Details go here.
  </p>
</section>

<h2>
  Backtrace:
</h2>

<code>
  <pre binding="backtrace"></pre>
</code>

</article>