There has been an exception thrown on {{ env('APP_URL', 'unknown') }}

Environment: {{ env('APP_ENV', 'unknown') }}
Exception Url: {!! Request::fullUrl() !!}
Exception Class: {{ get_class($exception) }}
Exception Message: {{ $exception->getMessage() }}
Exception Code: {{ $exception->getCode() }}

In {{ $exception->getFile() }} on line {{ $exception->getLine() }}

Stack Trace:
{!! nl2br($exception->getTraceAsString()) !!}