fail = $e; $this->count = $count; } public function getCount() { return $this->count; } public function getFail() { return $this->fail; } }