1 2 3 4 5
function selectorError( msg ) { throw new Error( "Syntax error, unrecognized expression: " + msg ); } export default selectorError;