I got the same error and noticed that I added __() translate function in a config file called menu.php.
Laravel was not showing this is as issue until I cleared the cache. So, I went to the error line and commented the exception code and it shows the that is trying to some something with translate class.
So, I removed the translate function and it fixed the issue.