\Orpheus\Publisher\ExceptionFieldNotFoundException

The field not found exception class

This exception is thrown when a field is not found in a set.

Summary

Methods
Properties
Constants
__construct()
getFieldName()
getSource()
No public properties found
No constants found
No protected methods found
$fieldname
$source
N/A
No private methods found
No private properties found
N/A

Properties

$fieldname

$fieldname : string

The field name

Type

string

$source

$source : string

The source of the exception

Type

string

Methods

__construct()

__construct(string  $fieldname, string  $source = null) 

Constructor

Parameters

string $fieldname

The name of the missing field.

string $source

The source of the exception, optional. Default value is null.

getFieldName()

getFieldName() : string

Get the field name

Returns

string —

The field name.

getSource()

getSource() : string

Get the source

Returns

string —

The source of the exception.