-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Description
This error came when I try use Mail fasade in controller
FatalErrorException in FlattenException.php line 76:
Uncaught TypeError: Argument 1 passed to Symfony\Component\Debug\Exception\FlattenException::create() must be an instance of Exception, instance of TypeError given, called in /home/alex/www/laravel.local/vendor/symfony/debug/ExceptionHandler.php on line 206 and defined in /home/alex/www/laravel.local/vendor/symfony/debug/Exception/FlattenException.php:76
Stack trace:
#0 /home/alex/www/laravel.local/vendor/symfony/debug/ExceptionHandler.php(206): Symfony\Component\Debug\Exception\FlattenException::create(Object(TypeError))
#1 /home/alex/www/laravel.local/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(93): Symfony\Component\Debug\ExceptionHandler->createResponse(Object(TypeError))
#2 /home/alex/www/laravel.local/app/Exceptions/Handler.php(42): Illuminate\Foundation\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(TypeError))
#3 /home/alex/www/laravel.local/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(101): App\Exceptions\Handler->
As you can see not useful info what sup )
I using Laravel 5.2.x-dev