标签: exception laravel laravel-4
我一般使用View Composers和嵌套视图来构建我的布局,并且每当遇到任何PHP错误时,它总是会显示一个通用的Method Illuminate\View\View::__toString() must not throw an exception错误消息。有没有办法让它显示实际错误而不必猜测它是什么?或者这种PHP的限制无法绕过?
Method Illuminate\View\View::__toString() must not throw an exception
错误日志也会显示相同的模糊消息,因此也不是解决方案。