( ! ) Fatal error: Declaration of App\Exceptions\Handler::report(Exception $exception) must be compatible with Illuminate\Foundation\Exceptions\Handler::report(Throwable $e) in /home/gsmunloc/public_html/app/Exceptions/Handler.php on line 15
Call Stack
#TimeMemoryFunctionLocation
10.0007360800{main}( ).../app.php:0
20.06871100208Illuminate\Foundation\Http\Kernel->handle( $request = class Illuminate\Http\Request { protected $json = NULL; protected $convertedFiles = NULL; protected $userResolver = NULL; protected $routeResolver = NULL; public $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\Component\HttpFoundation\InputBag { protected $parameters = [...] }; public $query = class Symfony\Component\HttpFoundation\InputBag { protected $parameters = [...] }; public $server = class Symfony\Component\HttpFoundation\ServerBag { protected $parameters = [...] }; public $files = class Symfony\Component\HttpFoundation\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\Component\HttpFoundation\InputBag { protected $parameters = [...] }; public $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = NULL; protected $requestUri = NULL; protected $baseUrl = NULL; protected $basePath = NULL; protected $method = NULL; protected $format = NULL; protected $session = NULL; protected $locale = NULL; protected $defaultLocale = 'en'; private ${Symfony\Component\HttpFoundation\Request}preferredFormat = NULL; private ${Symfony\Component\HttpFoundation\Request}isHostValid = TRUE; private ${Symfony\Component\HttpFoundation\Request}isForwardedValid = TRUE; private ${Symfony\Component\HttpFoundation\Request}isSafeContentPreferred = NULL; private ${Symfony\Component\HttpFoundation\Request}isIisRewrite = FALSE } ).../app.php:13
30.10621783384Illuminate\Foundation\Http\Kernel->reportException( $e = class Error { protected $message = 'Class \'DTS\\eBaySDK\\Constants\\SiteIds\' not found'; private $string = ''; protected $code = 0; protected $file = '/home/gsmunloc/public_html/config/ebay.php'; protected $line = 0; private $trace = [0 => [...], 1 => [...], 2 => [...], 3 => [...], 4 => [...], 5 => [...], 6 => [...]]; private $previous = NULL; public $xdebug_message = '<tr><th align=\'left\' bgcolor=\'#f57900\' colspan="5"><span style=\'background-color: #cc0000; color: #fce94f; font-size: x-large;\'>( ! )</span> Error: Class \'DTS\\eBaySDK\\Constants\\SiteIds\' not found in /home/gsmunloc/public_html/config/ebay.php on line <i>0</i></th></tr>\n<tr><th align=\'left\' bgcolor=\'#e9b96e\' colspan=\'5\'>Call Stack</th></tr>\n<tr><th align=\'center\' bgcolor=\'#eeeeec\'>#</th><th align=\'left\' bgcolor=\'#eeeeec\'>Time</th><th align=\'left\' bgcolor=\'#eeeeec\'>Memory</th><th align=\'left\' bgcolor=\'#eeeeec\''... } ).../Kernel.php:113
40.10621783384Illuminate\Container\Container->offsetGet( $key = 'Illuminate\\Contracts\\Debug\\ExceptionHandler' ).../Kernel.php:415
50.10621783384Illuminate\Foundation\Application->make( $abstract = 'Illuminate\\Contracts\\Debug\\ExceptionHandler', $parameters = ??? ).../Container.php:1419
60.10621783384Illuminate\Container\Container->make( $abstract = 'Illuminate\\Contracts\\Debug\\ExceptionHandler', $parameters = [] ).../Application.php:836
70.10621783384Illuminate\Foundation\Application->resolve( $abstract = 'Illuminate\\Contracts\\Debug\\ExceptionHandler', $parameters = [], $raiseEvents = ??? ).../Container.php:694
80.10621783384Illuminate\Container\Container->resolve( $abstract = 'Illuminate\\Contracts\\Debug\\ExceptionHandler', $parameters = [], $raiseEvents = TRUE ).../Application.php:851
90.10621783384Illuminate\Container\Container->build( $concrete = class Closure { virtual $closure = "$this->Illuminate\Container\{closure}", public $static = ['abstract' => 'Illuminate\\Contracts\\Debug\\ExceptionHandler', 'concrete' => 'App\\Exceptions\\Handler']; public $this = class App\Application { protected $basePath = '/home/gsmunloc/public_html'; protected $hasBeenBootstrapped = TRUE; protected $booted = FALSE; protected $bootingCallbacks = [...]; protected $bootedCallbacks = [...]; protected $terminatingCallbacks = [...]; protected $serviceProviders = [...]; protected $loadedProviders = [...]; protected $deferredServices = [...]; protected $appPath = NULL; protected $databasePath = NULL; protected $langPath = NULL; protected $storagePath = NULL; protected $environmentPath = NULL; protected $environmentFile = '.env'; protected $isRunningInConsole = FALSE; protected $namespace = NULL; protected $absoluteCachePathPrefixes = [...]; protected $resolved = [...]; protected $bindings = [...]; protected $methodBindings = [...]; protected $instances = [...]; protected $scopedInstances = [...]; protected $aliases = [...]; protected $abstractAliases = [...]; protected $extenders = [...]; protected $tags = [...]; protected $buildStack = [...]; protected $with = [...]; public $contextual = [...]; protected $reboundCallbacks = [...]; protected $globalBeforeResolvingCallbacks = [...]; protected $globalResolvingCallbacks = [...]; protected $globalAfterResolvingCallbacks = [...]; protected $beforeResolvingCallbacks = [...]; protected $resolvingCallbacks = [...]; protected $afterResolvingCallbacks = [...] }; public $parameter = ['$container' => '<required>', '$parameters' => '<optional>'] } ).../Container.php:758
100.10621783384Illuminate\Container\Container->Illuminate\Container\{closure:/home/gsmunloc/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php:290-298}( $container = class App\Application { protected $basePath = '/home/gsmunloc/public_html'; protected $hasBeenBootstrapped = TRUE; protected $booted = FALSE; protected $bootingCallbacks = []; protected $bootedCallbacks = []; protected $terminatingCallbacks = []; protected $serviceProviders = [0 => class Illuminate\Events\EventServiceProvider { ... }, 1 => class Illuminate\Log\LogServiceProvider { ... }, 2 => class Illuminate\Routing\RoutingServiceProvider { ... }]; protected $loadedProviders = ['Illuminate\Events\EventServiceProvider' => TRUE, 'Illuminate\Log\LogServiceProvider' => TRUE, 'Illuminate\Routing\RoutingServiceProvider' => TRUE]; protected $deferredServices = []; protected $appPath = NULL; protected $databasePath = NULL; protected $langPath = NULL; protected $storagePath = NULL; protected $environmentPath = NULL; protected $environmentFile = '.env'; protected $isRunningInConsole = FALSE; protected $namespace = NULL; protected $absoluteCachePathPrefixes = [0 => '/', 1 => '\\']; protected $resolved = ['events' => TRUE, 'router' => TRUE, 'App\Http\Kernel' => TRUE, 'Illuminate\Contracts\Http\Kernel' => TRUE, 'Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables' => TRUE, 'Illuminate\Foundation\Bootstrap\LoadConfiguration' => TRUE]; protected $bindings = ['Illuminate\Foundation\Mix' => [...], 'Illuminate\Foundation\PackageManifest' => [...], 'events' => [...], 'log' => [...], 'router' => [...], 'url' => [...], 'redirect' => [...], 'Psr\Http\Message\ServerRequestInterface' => [...], 'Psr\Http\Message\ResponseInterface' => [...], 'Illuminate\Contracts\Routing\ResponseFactory' => [...], 'Illuminate\Routing\Contracts\ControllerDispatcher' => [...], 'Illuminate\Contracts\Http\Kernel' => [...], 'Illuminate\Contracts\Console\Kernel' => [...], 'Illuminate\Contracts\Debug\ExceptionHandler' => [...]]; protected $methodBindings = []; protected $instances = ['path' => '/home/gsmunloc/public_html/app', 'path.base' => '/home/gsmunloc/public_html', 'path.lang' => '/home/gsmunloc/public_html/lang', 'path.config' => '/home/gsmunloc/public_html/config', 'path.public' => '/home/gsmunloc/public_html/public', 'path.storage' => '/home/gsmunloc/public_html/storage', 'path.database' => '/home/gsmunloc/public_html/database', 'path.resources' => '/home/gsmunloc/public_html/resources', 'path.bootstrap' => '/home/gsmunloc/public_html/bootstrap', 'app' => ..., 'Illuminate\Container\Container' => ..., 'events' => class Illuminate\Events\Dispatcher { ... }, 'router' => class Illuminate\Routing\Router { ... }, 'Illuminate\Contracts\Http\Kernel' => class App\Http\Kernel { ... }, 'request' => class Illuminate\Http\Request { ... }, 'config' => class Illuminate\Config\Repository { ... }]; protected $scopedInstances = []; protected $aliases = ['Illuminate\Foundation\Application' => 'app', 'Illuminate\Contracts\Container\Container' => 'app', 'Illuminate\Contracts\Foundation\Application' => 'app', 'Psr\Container\ContainerInterface' => 'app', 'Illuminate\Auth\AuthManager' => 'auth', 'Illuminate\Contracts\Auth\Factory' => 'auth', 'Illuminate\Contracts\Auth\Guard' => 'auth.driver', 'Illuminate\View\Compilers\BladeCompiler' => 'blade.compiler', 'Illuminate\Cache\CacheManager' => 'cache', 'Illuminate\Contracts\Cache\Factory' => 'cache', 'Illuminate\Cache\Repository' => 'cache.store', 'Illuminate\Contracts\Cache\Repository' => 'cache.store', 'Psr\SimpleCache\CacheInterface' => 'cache.store', 'Symfony\Component\Cache\Adapter\Psr16Adapter' => 'cache.psr6', 'Symfony\Component\Cache\Adapter\AdapterInterface' => 'cache.psr6', 'Psr\Cache\CacheItemPoolInterface' => 'cache.psr6', 'Illuminate\Config\Repository' => 'config', 'Illuminate\Contracts\Config\Repository' => 'config', 'Illuminate\Cookie\CookieJar' => 'cookie', 'Illuminate\Contracts\Cookie\Factory' => 'cookie', 'Illuminate\Contracts\Cookie\QueueingFactory' => 'cookie', 'Illuminate\Database\DatabaseManager' => 'db', 'Illuminate\Database\ConnectionResolverInterface' => 'db', 'Illuminate\Database\Connection' => 'db.connection', 'Illuminate\Database\ConnectionInterface' => 'db.connection', 'Illuminate\Encryption\Encrypter' => 'encrypter', 'Illuminate\Contracts\Encryption\Encrypter' => 'encrypter', 'Illuminate\Contracts\Encryption\StringEncrypter' => 'encrypter', 'Illuminate\Events\Dispatcher' => 'events', 'Illuminate\Contracts\Events\Dispatcher' => 'events', 'Illuminate\Filesystem\Filesystem' => 'files', 'Illuminate\Filesystem\FilesystemManager' => 'filesystem', 'Illuminate\Contracts\Filesystem\Factory' => 'filesystem', 'Illuminate\Contracts\Filesystem\Filesystem' => 'filesystem.disk', 'Illuminate\Contracts\Filesystem\Cloud' => 'filesystem.cloud', 'Illuminate\Hashing\HashManager' => 'hash', 'Illuminate\Contracts\Hashing\Hasher' => 'hash.driver', 'Illuminate\Translation\Translator' => 'translator', 'Illuminate\Contracts\Translation\Translator' => 'translator', 'Illuminate\Log\LogManager' => 'log', 'Psr\Log\LoggerInterface' => 'log', 'Illuminate\Mail\MailManager' => 'mail.manager', 'Illuminate\Contracts\Mail\Factory' => 'mail.manager', 'Illuminate\Mail\Mailer' => 'mailer', 'Illuminate\Contracts\Mail\Mailer' => 'mailer', 'Illuminate\Contracts\Mail\MailQueue' => 'mailer', 'Illuminate\Auth\Passwords\PasswordBrokerManager' => 'auth.password', 'Illuminate\Contracts\Auth\PasswordBrokerFactory' => 'auth.password', 'Illuminate\Auth\Passwords\PasswordBroker' => 'auth.password.broker', 'Illuminate\Contracts\Auth\PasswordBroker' => 'auth.password.broker', 'Illuminate\Queue\QueueManager' => 'queue', 'Illuminate\Contracts\Queue\Factory' => 'queue', 'Illuminate\Contracts\Queue\Monitor' => 'queue', 'Illuminate\Contracts\Queue\Queue' => 'queue.connection', 'Illuminate\Queue\Failed\FailedJobProviderInterface' => 'queue.failer', 'Illuminate\Routing\Redirector' => 'redirect', 'Illuminate\Redis\RedisManager' => 'redis', 'Illuminate\Contracts\Redis\Factory' => 'redis', 'Illuminate\Redis\Connections\Connection' => 'redis.connection', 'Illuminate\Contracts\Redis\Connection' => 'redis.connection', 'Illuminate\Http\Request' => 'request', 'Symfony\Component\HttpFoundation\Request' => 'request', 'Illuminate\Routing\Router' => 'router', 'Illuminate\Contracts\Routing\Registrar' => 'router', 'Illuminate\Contracts\Routing\BindingRegistrar' => 'router', 'Illuminate\Session\SessionManager' => 'session', 'Illuminate\Session\Store' => 'session.store', 'Illuminate\Contracts\Session\Session' => 'session.store', 'Illuminate\Routing\UrlGenerator' => 'url', 'Illuminate\Contracts\Routing\UrlGenerator' => 'url', 'Illuminate\Validation\Factory' => 'validator', 'Illuminate\Contracts\Validation\Factory' => 'validator', 'Illuminate\View\Factory' => 'view', 'Illuminate\Contracts\View\Factory' => 'view']; protected $abstractAliases = ['app' => [...], 'auth' => [...], 'auth.driver' => [...], 'blade.compiler' => [...], 'cache' => [...], 'cache.store' => [...], 'cache.psr6' => [...], 'config' => [...], 'cookie' => [...], 'db' => [...], 'db.connection' => [...], 'encrypter' => [...], 'events' => [...], 'files' => [...], 'filesystem' => [...], 'filesystem.disk' => [...], 'filesystem.cloud' => [...], 'hash' => [...], 'hash.driver' => [...], 'translator' => [...], 'log' => [...], 'mail.manager' => [...], 'mailer' => [...], 'auth.password' => [...], 'auth.password.broker' => [...], 'queue' => [...], 'queue.connection' => [...], 'queue.failer' => [...], 'redirect' => [...], 'redis' => [...], 'redis.connection' => [...], 'request' => [...], 'router' => [...], 'session' => [...], 'session.store' => [...], 'url' => [...], 'validator' => [...], 'view' => [...]]; protected $extenders = ['url' => [...]]; protected $tags = []; protected $buildStack = []; protected $with = [0 => [...], 1 => [...]]; public $contextual = []; protected $reboundCallbacks = []; protected $globalBeforeResolvingCallbacks = []; protected $globalResolvingCallbacks = []; protected $globalAfterResolvingCallbacks = []; protected $beforeResolvingCallbacks = []; protected $resolvingCallbacks = []; protected $afterResolvingCallbacks = [] }, $parameters = [] ).../Container.php:873
110.10621783384Illuminate\Foundation\Application->resolve( $abstract = 'App\\Exceptions\\Handler', $parameters = [], $raiseEvents = FALSE ).../Container.php:296
120.10621783384Illuminate\Container\Container->resolve( $abstract = 'App\\Exceptions\\Handler', $parameters = [], $raiseEvents = FALSE ).../Application.php:851
130.10621783384Illuminate\Container\Container->build( $concrete = 'App\\Exceptions\\Handler' ).../Container.php:758
140.10621783480__construct( $argument = 'App\\Exceptions\\Handler' ).../Container.php:877
150.10621783568spl_autoload_call( $class_name = 'App\\Exceptions\\Handler' ).../Container.php:877
160.10621783656Composer\Autoload\ClassLoader->loadClass( $class = 'App\\Exceptions\\Handler' ).../Container.php:877
170.10621783656Composer\Autoload\{closure:/home/gsmunloc/public_html/vendor/composer/ClassLoader.php:575-577}( $file = '/home/gsmunloc/public_html/vendor/composer/../../app/Exceptions/Handler.php' ).../ClassLoader.php:427
180.10671850264include( '/home/gsmunloc/public_html/app/Exceptions/Handler.php ).../ClassLoader.php:576