if (!$row = $this->db->fetchRow($query, $this->id)) {
            throw new Exception("Could not find railcam ID " . $this->id . " in the database"); 
        }