UnknownFieldException extends ConfigException
Table of Contents
Constants
- EXCEPTION_TYPE = \Bitrix\Seo\BusinessSuite\Exception\ConfigException::EXCEPTION_TYPE_UNKNOWN_FIELD
- EXCEPTION_TYPE_INVALID_VALUE = 'INVALID_VALUE'
- EXCEPTION_TYPE_REQUIRED_FIELD = 'REQUIRED_FIELD'
- EXCEPTION_TYPE_SERVICE_LOAD = 'SERVICE_LOAD'
- EXCEPTION_TYPE_UNKNOWN_FIELD = 'UNKNOWN_FIELD'
- EXCEPTION_TYPE_UNRESOLVED_DEPENDENCY = 'UNRESOLVED_DEPENDENCY'
Methods
- __construct() : mixed
- UnknownFieldException constructor.
- getCustomData() : array<string|int, mixed>
- get exception data
Constants
EXCEPTION_TYPE
public
mixed
EXCEPTION_TYPE
= \Bitrix\Seo\BusinessSuite\Exception\ConfigException::EXCEPTION_TYPE_UNKNOWN_FIELD
EXCEPTION_TYPE_INVALID_VALUE
public
mixed
EXCEPTION_TYPE_INVALID_VALUE
= 'INVALID_VALUE'
EXCEPTION_TYPE_REQUIRED_FIELD
public
mixed
EXCEPTION_TYPE_REQUIRED_FIELD
= 'REQUIRED_FIELD'
EXCEPTION_TYPE_SERVICE_LOAD
public
mixed
EXCEPTION_TYPE_SERVICE_LOAD
= 'SERVICE_LOAD'
EXCEPTION_TYPE_UNKNOWN_FIELD
public
mixed
EXCEPTION_TYPE_UNKNOWN_FIELD
= 'UNKNOWN_FIELD'
EXCEPTION_TYPE_UNRESOLVED_DEPENDENCY
public
mixed
EXCEPTION_TYPE_UNRESOLVED_DEPENDENCY
= 'UNRESOLVED_DEPENDENCY'
Methods
__construct()
UnknownFieldException constructor.
public
__construct([string $message = "" ][, int $code = 0 ][, string $file = "" ][, int $line = 0 ][, Exception|null $previous = null ][, string $fieldCode = '' ]) : mixed
Parameters
- $message : string = ""
- $code : int = 0
- $file : string = ""
- $line : int = 0
- $previous : Exception|null = null
- $fieldCode : string = ''
getCustomData()
get exception data
public
getCustomData() : array<string|int, mixed>