private function initErrorStorage() : void { if (null === $this->error) { $this->error = new MultipleErrors(); } }