DuplicateProfileException
extends ConfigException
in package
FinalYes
Thrown when a configuration file contains duplicate profile names (case-insensitive).
Per specification: "It is a validation error to have a config file with two separately-cased profile names that are equal case-insensitively."
Table of Contents
Properties
- $existingName : string
- $profileName : string
Methods
- __construct() : mixed
Properties
$existingName read-only
public
string
$existingName
$profileName read-only
public
string
$profileName
Methods
__construct()
public
__construct(string $profileName, string $existingName[, Throwable|null $previous = null ]) : mixed
Parameters
- $profileName : string
- $existingName : string
- $previous : Throwable|null = null