\nre\exceptionsComponentNotFoundException

Exception: Component not found.

Summary

Methods
Properties
Constants
__construct()
getClassName()
getComponentName()
No public properties found
CODE
MESSAGE
No protected methods found
No protected properties found
N/A
concat()
$className
N/A

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$className

$className : string

Name of the class that was not found

Type

string

Methods

__construct()

__construct(string  $componentName) 

Construct a new exception.

Parameters

string $componentName

Name of the Component that was not found

getClassName()

getClassName() : string

Get the name of the class that was not found.

Returns

string —

Name of the class that was not found

getComponentName()

getComponentName() : string

Get the name of the Component that was not found.

Returns

string —

Name of the Component that was not found

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert