/**@class java.lang.Error
@extends java.lang.Throwable

 {@code Error} is the superclass of all classes that represent unrecoverable
 errors. When errors are thrown, they should not be caught by application
 code.

 @see Throwable
 @see Exception
 @see RuntimeException
*/
var Error = {


};