diff --git a/index.html b/index.html index d2fe939..73c6fbb 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@
  • Abstract classes and methods
  • Interfaces
  • Static and constant members
  • +
  • Transparent Error Subtyping
  • Support for ECMAScript 3+
  • @@ -253,6 +254,23 @@ +

    + Transparent Error Subtyping + +

    +

    + Error subtyping (creating your own error types) in ECMAScript is + notoriously crude, and getting it to work intuitively is even + harder. ease.js transparently handles all necessarily boilerplate when + extending Error or its subtypes. +

    +
    +  
    +
    +→ Read more in manual + + +