export default class edoCssSelectorError extends Error {
	constructor(msg: string) {
		super(msg);
		this.name = "edoCssSelectorError"
	}
}