{"version":3,"file":"is-not-browser-environment-error.mjs","names":[],"sources":["../../src/errors/is-not-browser-environment-error.ts"],"sourcesContent":["export class IsNotBrowserEnvironmentError extends Error {\n  constructor() {\n    super(\n      'The current environment is not a browser environment. Please use the EncryptStorageWebApi engine.',\n    );\n    this.name = 'IsNotBrowserEnvironmentError';\n  }\n}\n"],"mappings":"AAAA,IAAa,EAAb,cAAkD,KAAM,CACtD,aAAc,CACZ,MACE,mGACF,EACA,KAAK,KAAO,8BACd,CACF"}