public function __construct(BaseNode $parentNode, $nodeName)
 {
     parent::__construct(sprintf('Child node "%s" is not an array node (current path: "%s")', $nodeName, $parentNode->getPath()));
 }