Documentation

ConfigCorruptionException extends FontAwesome_ServerException
in package

Thrown when attempting front-end page load logic and the options configuration is invalid. This should never happen, since only valid options configurations should ever be stored. If it is thrown it probably means that either there's a programming error in this plugin, or that the state of database has been changed between the time that options would have been valid upon saving and the time that the page load occurs and those options are found to be invalid.

Tags
since
4.0.0

Table of Contents

Methods

get_wp_error()  : null|WP_Error
The WP_Error associated with this exception, if any.
get_wp_response()  : null|array<string|int, mixed>
The response object associated with this exception, if any.

Methods

get_wp_error()

The WP_Error associated with this exception, if any.

public get_wp_error() : null|WP_Error
Tags
since
4.0.0
Return values
null|WP_Error

get_wp_response()

The response object associated with this exception, if any.

public get_wp_response() : null|array<string|int, mixed>
Tags
since
4.0.0
Return values
null|array<string|int, mixed>

a response array as would be returned by wp_remote_post() with keys like: 'headers', 'body', 'response'.


        
On this page

Search results