fix: params, headers, url encoded syncing issues
This commit is contained in:
3
packages/hoppscotch-app/helpers/functional/error.ts
Normal file
3
packages/hoppscotch-app/helpers/functional/error.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const throwError = (message: string): never => {
|
||||
throw new Error(message)
|
||||
}
|
||||
Reference in New Issue
Block a user