In order to see the full context of an exception the following setting $wgShowExceptionDetails = true;
should be enabled in your LocalSettings.php file.
Known exceptions[edit]
- SPARQLStore/Exception/BadHttpDatabaseResponseException (In cases where the response from a triple-store could not be interpret a
BadHttpDatabaseResponseException
is raised) - SPARQLStore/Exception/BadHttpEndpointResponseException (SPARQLStore related settings are missing or has an empty endpoint which raises a
BadHttpEndpointResponseException
) - SPARQLStore/Exception/HttpDatabaseConnectionException (A connection to an external endpoint can be severed caused by network lag or any other form of data loss)