Fatal error: Call to a member function __toString() on a non-object in /home/ **/public_html/** /app/Mage.php 764 行目以降は 764 行付近のコードです
public static function logException(Exception $e)
{
if (!self::getConfig()) {
return;
}
$file = self::getStoreConfig('dev/log/exception_file');
self::log("\n" . $e->__toString(), Zend_Log::ERR, $file);
}
致命的なエラーが表示される理由は何ですか?