public function cannotBeEmpty(string $name, string $message) : void { $this->nonEmptyParameters[$name] = $message; }