__construct() __construct(string $layoutName) Construct a new exception. Parameters string $layoutName Name of the Layout that was not found
getAgentName() getAgentName() : string Get the name of the Agent that was not found. Returns string — Name of the Agent 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
getLayoutName() getLayoutName() : string Get the name of the Layout that was not found. Returns string — Name of the Layout 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