【Laravel5.0/php5.4】Symfony\Component\Debug\Exception\FatalErrorException Uncaught TypeError: Argument 1 passed to App\Exceptions\Handler::report()

Laravel5.0で、

php artisan migrate:refresh --seed
を実行すると、

 

[Symfony\Component\Debug\Exception\FatalErrorException]                      
  Uncaught TypeError: Argument 1 passed to App\Exceptions\Handler::report() must be an instance of Exception, instance of Error given, called in xxx/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php on line 73 and defined in xxx/app/Exceptions/Handler.php:25

 

というエラーが…。
composer dump-autoloadしても直らず。


結局、php my adminからテーブルを一旦消して、作り直して、再度
php artisan migrate:refresh --seed
の実行で問題がなくなった。