\Orpheus\Publisher\ExceptionUnknownKeyException

The unknown key exception class

This exception is thrown when a required key is not found

Summary

Methods
Properties
Constants
__construct()
getKey()
No public properties found
No constants found
No protected methods found
$key
N/A
No private methods found
No private properties found
N/A

Properties

$key

$key : string

The key of success

Type

string

Methods

__construct()

__construct(string  $message, string  $key) 

Constructor

Parameters

string $message

The message.

string $key

The unknown key.

getKey()

getKey() : string

Get the unknown key

Returns

string —

The key.