__construct() __construct(string $componentName) Construct a new exception. Parameters string $componentName Name of the invalid Component
getClassName() getClassName() : string Get the name of the invalid class. Returns string — Name of the invalid class
getComponentName() getComponentName() : string Get the name of the invalid Component. Returns string — Name of the invalid Component
concat() concat(string $message, string $name) Insert the name in a message Parameters string $message Error message string $name Name to insert