I also encountered the above error.
Issue is in EOS\Parser.php line 151
throw new Exception("No Equation given", NF_ESO_Parser::E_NO_EQ);
Should be
throw new Exception("No Equation given", NF_EOS_Parser::E_NO_EQ);
I also encountered the above error.
Issue is in EOS\Parser.php line 151
throw new Exception("No Equation given", NF_ESO_Parser::E_NO_EQ);
Should be
throw new Exception("No Equation given", NF_EOS_Parser::E_NO_EQ);