Agriculture-front-end/public/Cesium/Workers/RuntimeError-4a5c8994.js
2023-04-16 22:33:44 +08:00

2 lines
426 B
JavaScript

define(["exports","./when-b60132fc"],(function(t,r){"use strict";function e(t){var r;this.name="RuntimeError",this.message=t;try{throw new Error}catch(t){r=t.stack}this.stack=r}r.defined(Object.create)&&(e.prototype=Object.create(Error.prototype),e.prototype.constructor=e),e.prototype.toString=function(){var t=this.name+": "+this.message;return r.defined(this.stack)&&(t+="\n"+this.stack.toString()),t},t.RuntimeError=e}));