/home/keshavvps/public_html/keshav/KG2/RichardG/plugins/google/vendor/monolog/monolog/src/Monolog/Logger.php
$handlerKey = key($this->handlers);
break;
}
next($this->handlers);
}
if (null === $handlerKey) {
return false;
}
if (!static::$timezone) {
static::$timezone = new \DateTimeZone(date_default_timezone_get() ?: 'UTC');
}
// php7.1+ always has microseconds enabled, so we do not need this hack
if ($this->microsecondTimestamps && PHP_VERSION_ID < 70100) {
$ts = \DateTime::createFromFormat('U.u', sprintf('%.6F', microtime(true)), static::$timezone);
} else {
$ts = new \DateTime(null, static::$timezone);
}
$ts->setTimezone(static::$timezone);
$record = array(
'message' => (string) $message,
'context' => $context,
'level' => $level,
'level_name' => $levelName,
'channel' => $this->name,
'datetime' => $ts,
'extra' => array(),
);
try {
foreach ($this->processors as $processor) {
$record = call_user_func($processor, $record);
}
while ($handler = current($this->handlers)) {
if (true === $handler->handle($record)) {
Arguments
"DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated"
/home/keshavvps/public_html/keshav/KG2/RichardG/plugins/google/vendor/monolog/monolog/src/Monolog/Logger.php
$handlerKey = key($this->handlers);
break;
}
next($this->handlers);
}
if (null === $handlerKey) {
return false;
}
if (!static::$timezone) {
static::$timezone = new \DateTimeZone(date_default_timezone_get() ?: 'UTC');
}
// php7.1+ always has microseconds enabled, so we do not need this hack
if ($this->microsecondTimestamps && PHP_VERSION_ID < 70100) {
$ts = \DateTime::createFromFormat('U.u', sprintf('%.6F', microtime(true)), static::$timezone);
} else {
$ts = new \DateTime(null, static::$timezone);
}
$ts->setTimezone(static::$timezone);
$record = array(
'message' => (string) $message,
'context' => $context,
'level' => $level,
'level_name' => $levelName,
'channel' => $this->name,
'datetime' => $ts,
'extra' => array(),
);
try {
foreach ($this->processors as $processor) {
$record = call_user_func($processor, $record);
}
while ($handler = current($this->handlers)) {
if (true === $handler->handle($record)) {
Arguments
null
DateTimeZone {#85
timezone: Europe/London (+01:00)
}
/home/keshavvps/public_html/keshav/KG2/RichardG/plugins/google/vendor/monolog/monolog/src/Monolog/Logger.php
* @param array $context The log context
* @return bool Whether the record has been processed
*/
public function err($message, array $context = array())
{
return $this->addRecord(static::ERROR, $message, $context);
}
/**
* Adds a log record at the ERROR level.
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @return bool Whether the record has been processed
*/
public function error($message, array $context = array())
{
return $this->addRecord(static::ERROR, $message, $context);
}
/**
* Adds a log record at the CRITICAL level.
*
* This method allows for compatibility with common interfaces.
*
* @param string $message The log message
* @param array $context The log context
* @return bool Whether the record has been processed
*/
public function crit($message, array $context = array())
{
return $this->addRecord(static::CRITICAL, $message, $context);
}
/**
* Adds a log record at the CRITICAL level.
*
* This method allows for compatibility with common interfaces.
Arguments
400
"""
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
array:1 [
"exception" => Symfony\Component\Debug\Exception\FatalErrorException {#69
#message: """
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
#code: 1
#file: "/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php"
#line: 11
#severity: 0
}
]
/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Log/Logger.php
* @return void
*/
public function write($level, $message, array $context = [])
{
$this->writeLog($level, $message, $context);
}
/**
* Write a message to the log.
*
* @param string $level
* @param string $message
* @param array $context
* @return void
*/
protected function writeLog($level, $message, $context)
{
$this->fireLogEvent($level, $message = $this->formatMessage($message), $context);
$this->logger->{$level}($message, $context);
}
/**
* Register a new callback handler for when a log event is triggered.
*
* @param \Closure $callback
* @return void
*
* @throws \RuntimeException
*/
public function listen(Closure $callback)
{
if (! isset($this->dispatcher)) {
throw new RuntimeException('Events dispatcher has not been set.');
}
$this->dispatcher->listen(MessageLogged::class, $callback);
}
/**
Arguments
"""
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
array:1 [
"exception" => Symfony\Component\Debug\Exception\FatalErrorException {#69
#message: """
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
#code: 1
#file: "/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php"
#line: 11
#severity: 0
}
]
/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Log/Logger.php
*
* @param string $message
* @param array $context
* @return void
*/
public function critical($message, array $context = [])
{
$this->writeLog(__FUNCTION__, $message, $context);
}
/**
* Log an error message to the logs.
*
* @param string $message
* @param array $context
* @return void
*/
public function error($message, array $context = [])
{
$this->writeLog(__FUNCTION__, $message, $context);
}
/**
* Log a warning message to the logs.
*
* @param string $message
* @param array $context
* @return void
*/
public function warning($message, array $context = [])
{
$this->writeLog(__FUNCTION__, $message, $context);
}
/**
* Log a notice to the logs.
*
* @param string $message
* @param array $context
* @return void
Arguments
"error"
"""
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
array:1 [
"exception" => Symfony\Component\Debug\Exception\FatalErrorException {#69
#message: """
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
#code: 1
#file: "/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php"
#line: 11
#severity: 0
}
]
/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Log/LogManager.php
* @param string $message
* @param array $context
* @return void
*/
public function critical($message, array $context = [])
{
$this->driver()->critical($message, $context);
}
/**
* Runtime errors that do not require immediate action but should typically
* be logged and monitored.
*
* @param string $message
* @param array $context
* @return void
*/
public function error($message, array $context = [])
{
$this->driver()->error($message, $context);
}
/**
* Exceptional occurrences that are not errors.
*
* Example: Use of deprecated APIs, poor use of an API, undesirable things
* that are not necessarily wrong.
*
* @param string $message
* @param array $context
* @return void
*/
public function warning($message, array $context = [])
{
$this->driver()->warning($message, $context);
}
/**
* Normal but significant events.
*
Arguments
"""
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
array:1 [
"exception" => Symfony\Component\Debug\Exception\FatalErrorException {#69
#message: """
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
#code: 1
#file: "/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php"
#line: 11
#severity: 0
}
]
/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php
}
if (Reflector::isCallable($reportCallable = [$e, 'report'])) {
if (($response = $this->container->call($reportCallable)) !== false) {
return $response;
}
}
try {
$logger = $this->container->make(LoggerInterface::class);
} catch (Exception $ex) {
throw $e;
}
$logger->error(
$e->getMessage(),
array_merge(
$this->exceptionContext($e),
$this->context(),
['exception' => $e]
)
);
}
/**
* Determine if the exception should be reported.
*
* @param \Exception $e
* @return bool
*/
public function shouldReport(Exception $e)
{
return ! $this->shouldntReport($e);
}
/**
* Determine if the exception is in the "do not report" list.
*
* @param \Exception $e
* @return bool
Arguments
"""
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
array:1 [
"exception" => Symfony\Component\Debug\Exception\FatalErrorException {#69
#message: """
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
#code: 1
#file: "/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php"
#line: 11
#severity: 0
}
]
/home/keshavvps/public_html/keshav/KG2/RichardG/app/Exceptions/Handler.php
/**
* A list of the inputs that are never flashed for validation exceptions.
*
* @var array
*/
protected $dontFlash = [
'password',
'password_confirmation',
];
/**
* Report or log an exception.
*
* @param \Exception $exception
* @return void
*/
public function report(Exception $exception)
{
parent::report($exception);
}
/**
* Render an exception into an HTTP response.
*
* @param \Illuminate\Http\Request $request
* @param \Exception $exception
* @return \Illuminate\Http\Response
*/
public function render($request, Exception $exception)
{
if ($this->isHttpException($exception)) {
if ($exception->getStatusCode() == 404) {
return response()->view('frontend.404', [], 404);
}
}
return parent::render($request, $exception);
}
}
Arguments
Symfony\Component\Debug\Exception\FatalErrorException {#69
#message: """
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
#code: 1
#file: "/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php"
#line: 11
#severity: 0
}
/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
/**
* Handle an uncaught exception from the application.
*
* Note: Most exceptions can be handled via the try / catch block in
* the HTTP and Console kernels. But, fatal error exceptions must
* be handled differently since they are not normal exceptions.
*
* @param \Throwable $e
* @return void
*/
public function handleException($e)
{
if (! $e instanceof Exception) {
$e = new FatalThrowableError($e);
}
try {
self::$reservedMemory = null;
$this->getExceptionHandler()->report($e);
} catch (Exception $e) {
//
}
if ($this->app->runningInConsole()) {
$this->renderForConsole($e);
} else {
$this->renderHttpResponse($e);
}
}
/**
* Render an exception to the console.
*
* @param \Exception $e
* @return void
*/
protected function renderForConsole(Exception $e)
{
$this->getExceptionHandler()->renderForConsole(new ConsoleOutput, $e);
Arguments
Symfony\Component\Debug\Exception\FatalErrorException {#69
#message: """
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
#code: 1
#file: "/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php"
#line: 11
#severity: 0
}
/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
/**
* Render an exception as an HTTP response and send it.
*
* @param \Exception $e
* @return void
*/
protected function renderHttpResponse(Exception $e)
{
$this->getExceptionHandler()->render($this->app['request'], $e)->send();
}
/**
* Handle the PHP shutdown event.
*
* @return void
*/
public function handleShutdown()
{
if (! is_null($error = error_get_last()) && $this->isFatal($error['type'])) {
$this->handleException($this->fatalExceptionFromError($error, 0));
}
}
/**
* Create a new fatal exception instance from an error array.
*
* @param array $error
* @param int|null $traceOffset
* @return \Symfony\Component\Debug\Exception\FatalErrorException
*/
protected function fatalExceptionFromError(array $error, $traceOffset = null)
{
return new FatalErrorException(
$error['message'], $error['type'], 0, $error['file'], $error['line'], $traceOffset
);
}
/**
* Determine if the error type is fatal.
*
Arguments
Symfony\Component\Debug\Exception\FatalErrorException {#69
#message: """
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1277\n
Stack trace:\n
#0 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/keshavvps...', 1277)\n
#1 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(571): include('/home/keshavvps...')\n
#2 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/keshavvps...')\n
#3 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n
#4 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n
#5 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n
#6 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n
#7 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n
#8 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(156): Illuminate\Foundation\Application->bootstrapWith(Array)\n
#9 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(140): Illuminate\Foundation\Http\Kernel->bootstrap()\n
#10 /home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n
#11 /home/keshavvps/public_html/keshav/KG2/RichardG/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n
#12 /home/keshavvps/public_html/keshav/KG2/RichardG/index.php(21): require_once('/home/keshavvps...')\n
#13 {main}
"""
#code: 1
#file: "/home/keshavvps/public_html/keshav/KG2/RichardG/vendor/laravel/framework/src/Illuminate/Support/Collection.php"
#line: 11
#severity: 0
}