Exceptions\Collection\KeyAlreadyExistsException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $message = 'Key already exists in array/collection', $code, $previous = null )
    public function __construct($message = 'Key already exists in array/collection', $code = 0, $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
KeyAlreadyExistsException