/home/edulekha/midlandsglobalhcs.co.uk/wp-content/plugins/code-snippets/js/utils/errors.ts
export const handleUnknownError = (error: unknown) => {
	console.error(error)
}