/**@class java.lang.VerifyError
@extends java.lang.LinkageError

 Thrown when the VM notices that an attempt is made to load a
 class which does not pass the class verification phase.
*/
var VerifyError = {


};