{"version":3,"sources":["src/typings/chrome/Runtime/ExceptionThrown.ts"],"names":[],"mappings":"AAEA,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC;;;;;GAKG;AACH,MAAM,CAAC,OAAO,WAAW,eAAe;IACtC;;;;;OAKG;IACH,SAAS,EAAE,SAAS,CAAC;IAErB;;;OAGG;IACH,gBAAgB,EAAE,gBAAgB,CAAC;CACpC","file":"ExceptionThrown.d.ts","sourcesContent":["'use strict';\n\nimport ExceptionDetails from './ExceptionDetails';\nimport { Timestamp } from './Timestamp';\n\n/**\n * Issued when exception was thrown and unhandled.\n *\n * @export\n * @interface ExceptionThrown\n */\nexport default interface ExceptionThrown {\n  /**\n   * Timestamp of the exception.\n   *\n   * @type {Timestamp}\n   * @memberof ExceptionThrown\n   */\n  timestamp: Timestamp;\n\n  /**\n   * @type {ExceptionDetails}\n   * @memberof ExceptionThrown\n   */\n  exceptionDetails: ExceptionDetails;\n}\n"],"sourceRoot":"../../../../.."}